摘要:
1 function StrToDateTime(value) 2 { 3 if (value) 4 { 5 return (new Date(Date.parse(value.replace(/-/g, "/")))); 6 } 7 return value; 8 } 阅读全文
posted @ 2018-04-09 16:20
FranKie_Ming
阅读(4116)
评论(0)
推荐(0)
摘要:
1 window.onbeforeunload = function () { 2 var n = window.event.screenX - window.screenLeft; 3 var b = n > document.documentElement.scrollWidth - 20; 4 if (b && window.event.clientY < 0 || window.... 阅读全文
posted @ 2018-04-09 16:14
FranKie_Ming
阅读(287)
评论(0)
推荐(0)

浙公网安备 33010602011771号