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