摘要: #### big.js浮点运算库 ##### 安装 ``` npm install big.js ``` ##### 使用 ``` const Big = require('big.js'); or import Big from "big.js"; x = new Big(0.3) x.minus 阅读全文
posted @ 2023-08-06 18:31 kgwei 阅读(404) 评论(0) 推荐(0) 编辑
摘要: #### js qrcode 包生成二维码 * 安装 ``` npm install --save qrcode ``` * 或者,全局安装以便从命令行保存qrcode图像或生成您可以在您的终端中查看的图像。 ``` npm install -g qrcode ``` * 使用 ``` import 阅读全文
posted @ 2023-08-06 18:20 kgwei 阅读(39) 评论(0) 推荐(0) 编辑