摘要:
npm i qrcodejs2 import QRCode from "qrcodejs2" v1 new QRCode(document.getElementById("id"), "https://www.baidu.com/") v2 let qrcode = new QRCode("id", 阅读全文
摘要:
ECMAScript第一版标准:1997年 ECMAScript6标准(ES6):2015年6月 ES5 数据类型:Number(NaN-Not a Number;Infinity-无限大)、String、Boolean、Null、Undefined、Object NaN !== NaN (如需判断 阅读全文