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
阅读全文
摘要:function payWechat(){ var money = $(".highlight").find("span").eq(0).text(); if(money == '') { plus.nativeUI.alert("请输入充值金额"); } else { var total = pa
阅读全文
摘要:--> function hotList() { $.ajax({ type: ...
阅读全文
摘要:plus.nativeUI.alert(content, function() { console.log("User pressed!"); }, "出错了", "知道了")
阅读全文
摘要:.mapContent { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } mui.plusReady(function()...
阅读全文
摘要:单个页面: js: function goPagead(page, data) { mui.openWindow({ url: page, id: page, extras: { data: data } }); }
阅读全文
摘要:主页: collection.html js: 子页面: js:
阅读全文

浙公网安备 33010602011771号