摘要:
微信小程序缓存过期时间问题 阅读全文
摘要:
1 function isOnLine() { 2 var netStatus = ""; 3 if (window.navigator.onLine == true) { 4 netStatus = "onLine";//网络链接正常 5 } else { 6 netStatus = "offLi 阅读全文
摘要:
1.以管理员身份运行cmd命令。 2.用msiexec安装node(cd 到node安装包路径下) msiexec /package node-v12.18.0-x64.msi 3.走正常安装步骤即可! 阅读全文
摘要:
输出文字: 1.console.log("%c 控制台输出 %c 来看看把 %c 测试", "color:red","","color:green;font-weight:bold") 效果: 添加图片; 1 console.log("%c ", "background: url(https://t 阅读全文
摘要:
页面报错问题:favicon.ico 404 (Not Found) 阅读全文
摘要:
//保存图片 SaveImg:function(){ this.DownloadIamge(this.Img, 'share') }, DownloadIamge:function(imgsrc, name) {//图片地址和图片名 var image = new Image(); // 解决跨域 阅读全文