03 2023 档案

摘要:https://github.com/robotze/GithubDesktopZhTool 阅读全文
posted @ 2023-03-30 14:00 huihuihero 阅读(43) 评论(0) 推荐(0)
摘要:###静态资源路径应该是http开头,访问的时候变成了https开头,导致找不到资源。 ##原因是index.html的一项默认配置,注释掉就好了 阅读全文
posted @ 2023-03-23 16:39 huihuihero 阅读(439) 评论(0) 推荐(0)
摘要:####https://blog.csdn.net/weixin_44169843/article/details/128454598 <input enterkeyhint="enter"> <input enterkeyhint="done"> <input enterkeyhint="go"> 阅读全文
posted @ 2023-03-22 10:35 huihuihero 阅读(97) 评论(0) 推荐(0)
摘要:##提示:巧用filter 阅读全文
posted @ 2023-03-17 10:17 huihuihero 阅读(147) 评论(0) 推荐(0)
摘要:##官方文档 https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html ##贴代码 ``` 【index.html】引入wx文件 【微信登录页面】 //二维码dom容器 //引入 阅读全文
posted @ 2023-03-13 11:13 huihuihero 阅读(608) 评论(0) 推荐(0)
摘要:##handleBase64.js // 处理base64的转码和解码 const handleBase64 = function () { let _keyStr ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= 阅读全文
posted @ 2023-03-13 09:54 huihuihero 阅读(470) 评论(0) 推荐(0)
摘要:##解决 plus.screen.lockOrientation('portrait-primary'); //强制App竖屏,不可旋转横屏 "screenOrientation": [ //应用支持的横竖屏 "portrait-primary", //支持竖屏 // "portrait-secon 阅读全文
posted @ 2023-03-09 17:14 huihuihero 阅读(167) 评论(0) 推荐(0)