03 2021 档案
摘要:####vue-aplayer中文文档:https://github.com/SevenOutman/vue-aplayer/blob/develop/docs/README.zh-CN.md ####1、安装音频组件包vue-aplayer yarn add vue-aplayer 或 npm i
阅读全文
摘要:####1、安装qrcodejs2包 yarn add qrcodejs2 或 npm install qrcodejs2 --save ####2、页面中引入 import QRCode from 'qrcodejs2' components:{ QRCode } ####3、使用 <button
阅读全文
摘要:let 申明变量时可直接申明无需赋值,const 申明的同时必须赋值 let a //申明了a 但其数据类型为undefined const d //错误,需申明同时赋值,如下 const k=5 //申明了k 且值为5 代码规范:const申明 常量 建议使用大写,申明变量小写 const AGE
阅读全文

浙公网安备 33010602011771号