摘要: VS code创建的项目中,打开页面中文乱码。 如图: 在VS code里面下载一个插件(GBKtoUTF8),下载后关掉重新打开编辑器运行一下。如果用到package打包工具,需重新打包运行一下,即可查看。 阅读全文
posted @ 2020-01-09 16:30 大仙女 阅读(701) 评论(1) 推荐(0) 编辑
摘要: 1、 引用微信的JS <script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> 2、初始化点击放大监听方法 var imgList=[]; $("#box").on('cl 阅读全文
posted @ 2019-12-20 15:17 大仙女 阅读(1721) 评论(0) 推荐(0) 编辑
摘要: 1、<meta name="apple-mobile-web-app-capable" content="yes" /> 删除默认的苹果工具栏和菜单栏。默认值为no,即正常显示工具栏和菜单栏。如果content设置为yes,Web应用会以全屏模式运行,可以通过只读属性window.navigator 阅读全文
posted @ 2018-12-10 09:34 大仙女 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1、document.body.clientHeight 和 document.documentElement.clientHeight的区别 阅读全文
posted @ 2018-12-07 15:03 大仙女 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1、RequireJS进阶 ”异步加载”(asynchronous)模块 试用浏览器AMD(异步模块定义)AMD是”Asynchronous Module Definition”的缩写,AMD就只有一个接口:define(id?,dependencies?,factory); (带 id 和 dep 阅读全文
posted @ 2018-12-07 14:49 大仙女 阅读(152) 评论(0) 推荐(0) 编辑