摘要:
1 function setCookie(name,value) 2 { 3 var Days = 30; 4 var exp = new Date(); 5 exp.setTime(exp.getTime() ... 阅读全文
posted @ 2015-03-16 10:57
Xpress
阅读(992)
评论(0)
推荐(1)
摘要:
1 window.onload = function () {2 if (getCookie('name')!=null&&getCookie('phone')!=null&&getCookie('password')!=null) {3 ... 阅读全文
posted @ 2015-03-16 10:48
Xpress
阅读(149)
评论(0)
推荐(0)
摘要:
1 //列表显示 2 function openP(_id) 3 { 4 var select_id = parseInt(_id.replace("month","")); 5 ... 阅读全文
posted @ 2015-03-16 10:43
Xpress
阅读(235)
评论(0)
推荐(0)
摘要:
1 function submitKH(mobileInputId,nameInputId) { 2 var mobileInputSelector ='#'+ mobileInputId; 3 var passwordInputId... 阅读全文
posted @ 2015-03-16 10:36
Xpress
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号