09 2018 档案

摘要:([0-9])\1{5} 或 ([\d])\1{5} 连续相同的6位数字 如:333333 ([0-9a-zA-Z])\1{5} 连续相同的6位数字或字母 如:222222 cccccc ZZZZZZ ([\d])\1{2}([a-z])\2{2} 连续相同3位数字后根连续相同的三位小写字母 如:2 阅读全文
posted @ 2018-09-28 17:08 xxllj 阅读(14036) 评论(1) 推荐(2)
摘要:function payWechat(){ var money = $(".highlight").find("span").eq(0).text(); if(money == '') { plus.nativeUI.alert("请输入充值金额"); } else { var total = pa 阅读全文
posted @ 2018-09-13 22:30 xxllj 阅读(302) 评论(0) 推荐(0)
摘要:--> function hotList() { $.ajax({ type: ... 阅读全文
posted @ 2018-09-13 21:05 xxllj 阅读(3477) 评论(0) 推荐(0)
摘要:plus.nativeUI.alert(content, function() { console.log("User pressed!"); }, "出错了", "知道了") 阅读全文
posted @ 2018-09-12 23:12 xxllj 阅读(2256) 评论(0) 推荐(0)
摘要:.mapContent { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } mui.plusReady(function()... 阅读全文
posted @ 2018-09-12 23:06 xxllj 阅读(1152) 评论(0) 推荐(0)
摘要:单个页面: js: function goPagead(page, data) { mui.openWindow({ url: page, id: page, extras: { data: data } }); } 阅读全文
posted @ 2018-09-12 23:03 xxllj 阅读(574) 评论(0) 推荐(0)
摘要:主页: collection.html js: 子页面: js: 阅读全文
posted @ 2018-09-12 22:55 xxllj 阅读(894) 评论(0) 推荐(0)