随笔分类 -  js

js插件,jq插件,...
摘要:eslint报错: Use an object spread instead of `Object.assign` eg: `{ ...foo }`.(prefer-object-spread) 即: 禁止使用以对象字面量作为第一个参数的 Object.assign,优先使用对象扩展。 示例:(注意 阅读全文
posted @ 2019-10-25 21:29 三页黎明 阅读(1338) 评论(0) 推荐(1)
摘要:QRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM. QRCode.js has no dependenc 阅读全文
posted @ 2018-01-23 11:44 三页黎明 阅读(4656) 评论(1) 推荐(0)