上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 在app.modlues.ts文件中修改 阅读全文
posted @ 2018-09-05 16:10 <_/> 阅读(876) 评论(0) 推荐(0) 编辑
摘要: getParamValue("id"); //http://localhost:2426/TransactionNotes.aspx?id=100 //返回值是100; // 根据参数名称获取参数值 function getParamValue(name) { var paramsArray = g 阅读全文
posted @ 2018-07-24 08:46 <_/> 阅读(2199) 评论(0) 推荐(0) 编辑
摘要: 可以用手机安装的微信和支付宝扫描下方二维码测试 JavaScript判断是否为微信浏览器或支付宝浏览器 判断是否为微信浏览器或支付宝浏览器 可以用手机安装的微信和支付扫描测试 阅读全文
posted @ 2018-07-19 10:49 <_/> 阅读(6120) 评论(0) 推荐(1) 编辑
摘要: 1.获取今天的日期 function getTodayDate(symbol) { symbol = symbol || '-'; var nowDate = new Date(), year = nowDate.getFullYear(), month = nowDate.getMonth() + 阅读全文
posted @ 2018-07-11 17:11 <_/> 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: 演示地址:https://xibushijie.github.io/static/flex.html 阅读全文
posted @ 2018-06-21 14:07 <_/> 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 演示地址:https://xibushijie.github.io/static/ui.html 阅读全文
posted @ 2018-06-21 13:44 <_/> 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 之前开发了一个手机端页面,里面有个提交表单,操作表单时会有对应的遮罩层提示,而这个遮罩层正是常见的那种盖着全屏黑色半透明的。 问题出现于,当页面高度过长出现滚动条时,这时如果操作表单出现遮罩层,手指在点击屏幕难免会有些滑动动作,这时候页面会或上或下的滚动,这时属于正常现象。 但是页面就偏移了当前的位 阅读全文
posted @ 2018-06-15 09:48 <_/> 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 演示地址:https://xibushijie.github.io/static/ExportToExcel.html 阅读全文
posted @ 2018-06-07 10:26 <_/> 阅读(726) 评论(0) 推荐(1) 编辑
摘要: 点击当前标签给其添加class,兄弟标签class删除 然后获取当前点击元素的文字 演示地址: https://xibushijie.github.io/static/addClass.html 阅读全文
posted @ 2018-05-11 11:12 <_/> 阅读(32683) 评论(2) 推荐(0) 编辑
摘要: 演示地址: https://xibushijie.github.io/static/vuetab.html 阅读全文
posted @ 2018-04-27 11:15 <_/> 阅读(3764) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页