07 2020 档案
摘要:赋值方法: .val("文本") //input页面显示 value无值 .prop("value","文本") //input页面显示 value无值 .arrt("value","文本") //input页面显示 value有值 文本为空 .val("") bug:使用时页面不显示,打印有值 原
阅读全文
摘要:1、sass中background:url问题,避免写一个又一个url链接,css.sass // $img:"../image"; //本地路径 $img:"https://XXX/image";//服务器路径 //使用 .box{ background:url('#{$img}/btn.png'
阅读全文
摘要:git部署提交 $ cd xxx $ git pull origin master // 拉 $ git add . // 提交 git add xx.js xx... $ git status $ git commit -m "打标签" $ git push -u origin master //
阅读全文
摘要:1、webApp指: 使用html5开发的移动web应用,是基于浏览器运行的,几乎可以不加修改的运行在PC/Android/IOS等 优势:一套代码多处运行 劣势:某些底层功能缺失,运行速度不如原生App 2、原生App指: iOS: Object-C 或者 swift Android: java
阅读全文
摘要:一、小程序提供的wx.miniProgram.getEnv可以获取环境参数,但是它有个问题就是无法在非微信环境下判断。所以在使用wx.miniProgram.getEnv前得先判断是否在微信环境中 官方教程如下:首先引入微信文件 <script type="text/javascript" src=
阅读全文
摘要:底部1px虚线边框: .line { width: 100%; height: 100px; position:relative; border-left:1px dashed red; border-right:1px dashed red; } .line:after { content:'';
阅读全文
摘要:官方:https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html 1、一个小程序账号只能发布一个小程序 2、webview跳转页面后无返回按钮 3、自定义导航栏对webview无效,悬浮也无效 4、内嵌h5页面暂无
阅读全文

浙公网安备 33010602011771号