• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0019 秒)

1. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 100%]

...w Laya.Byte(); byte.clear();//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节...

来源: Laya2.0_文档 发布时间: 20210714

2. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 99%]

... = new Byte(); byte.clear();//清除所有数据归零。 ``` - **getSystemEndian()**:String[static] 获取系统的字节存储顺序。 ```typescript trace(Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : String= bigEndian[static] 表示多字节数字的...

来源: Laya2.0_文档 发布时间: 20210715

3. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 98%]

...w Laya.Byte(); byte.clear();//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节...

来源: Laya2.0_文档 发布时间: 20210715