大约有 43 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0023 秒)
...个是src/Functions.ts,内容为function hello(): string { return 'Hello World!'; } 一个是src/Library/ToolService.ts, 内容为module Library{ export class ToolService{ constructor(){ } public static sum(a:number, b:number):number { return a + b; } } } 一个是 src/Library/UserService.ts, ...
来源: Laya_社区 发布时间: 20181214
...ng或者是ArrayBuffer。 发送字符串格式: this.socket.send("hello world");//这是发送字符串的形式。 发送二进制格式的数据: //写入一个字节 this.byte.writeByte(1); //写入一个int16的数据 this.byte.writeInt16(20); //写入一个32位的浮点数据 this.byte.wr...
来源: Laya3.0_文档 发布时间: 20250104
...起人 189*****589 相关问题 安装layaAirIDE2 ,跟着官网敲hello world 例子,为什么不显示? ide 2.4 layaair2-cmd 编译报错 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 laya2.0引入第三方库失败 Animation 的cre...
来源: Laya_社区 发布时间: 20200211