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

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

11. HttpRequest如何发送JSON数据 [ 81%]

...       logReq.send("http://127.0.0.1:3001/login", "username: 'lxd', password: 'lxd'",         'post', "json", null); 服务端无法获取数据 2017-09-06 4 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

来源: Laya_社区 发布时间: 20170906

12. 网络和格式 -- ProtocolBuffer as3 [ 74%]

...       userModel.set('UserNo', '10001');         userModel.set('PassWord', 'password123');         userModel.set('Status', '1');         // 编码成二进制         var buffer = userModel.encode().toBuffer();         // 处理二进制编码...   ---------------...

来源: Laya_社区 发布时间: 20170306

13. Byte writeArrayBuffer的Bug [ 71%]

...有问题: 服务端报错 proto: bad wiretype for field message.Login.Password: got wiretype 7, want 2   message Login{//用户登录 string nickName = 1; string password = 2; }   2018-03-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

来源: Laya_社区 发布时间: 20180328

14. 静态protobuf [ 70%]

...Response {  }  //100001 message LoginRequest { string userId = 1; string password = 2;  } //100002 message LoginResponse { bool ok = 1;  } 发消息时比较简单 let msg = msgScheme.AMsg.create({ head: msgScheme.AMsg.Head.Login_Request, loginRequest: { userId: this.TextInput.text, password: "b...

来源: Laya_社区 发布时间: 20180320

15. DOM元素-表单输入 [ 68%]

...nput = createInputElement(); var birthdayInput = createInputElement(); var passwordInput = createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, fitDOMElements, [emailInput, birthdayInput, passwordInput]); function showLabel(label,...

来源: Laya_示例 发布时间: 20241117

16. DOM元素-表单输入 [ 68%]

...s.createInputElement(); let birthdayInput = this.createInputElement(); let passwordInput = this.createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, this.fitDOMElements, [emailInput, birthdayInput, passwordInput]); } showLabel(lab...

来源: Laya2.0_示例 发布时间: 20241117

17. 最新版本IDE,如何获取http返回的json数据 [ 68%]

....once(Event.PROGRESS,this,processHandler);  var sendData = {account:"aaa",password:"bbb"} xhr.send("http://xxx/login", JSON.stringify(sendData), "post", "json", ["content-type","application/json"]);     function processHandler(data){ console.log (data) } function completeHandler(e){ console.log ...

来源: Laya_社区 发布时间: 20180824

18. laya.display.Input [ 65%]

...值为1,表示不透明。更改alpha值会影响drawcall。Sprite  asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段...

来源: laya_api 发布时间: 20170929

19. 输入框~2#@# [ 61%]

...输入的文本和prompt就会重叠 2.输入框改为密码框为 type="password";请问怎么清空输入框内容 2017-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: ...

来源: Laya_社区 发布时间: 20170709

20. laya.display.Input [ 60%]

...type : String 输入框类型为Input静态常量之一。 TYPE_TEXT TYPE_PASSWORD TYPE_EMAIL TYPE_URL TYPE_NUMBER TYPE_RANGE TYPE_DATE TYPE_MONTH TYPE_WEEK TYPE_TIME TYPE_DATE_TIME TYPE_DATE_TIME_LOCAL 平台兼容性参见http://www.w3school.com.cn/html5/html_5_form_input_types.asp。 Input under...

来源: Laya2.0_api 发布时间: 20190513