大约有 3 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0024 秒)
... 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```java package { import laya.display.Sprite; import laya.utils.Browser; public class Main { //二维码对象 private var qrcode:O...
来源: Laya2.0_文档 发布时间: 20210715
... 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript //初始化引擎 Laya.init(600,400); Laya.stage.bgColor = "#ffcccc"; var div = Laya.Browser.document.createElement("...
来源: Laya2.0_文档 发布时间: 20210714
... 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript class Main { //二维码对象 private qrcode:any; private qrcodeSp:Laya.Sprite; constructor() { //初始化引擎 La...
来源: Laya2.0_文档 发布时间: 20210715