摘要:
$("body,html").css({"position":"fixed","overflow-y":"hidden"}); 禁止滑动的时候 $("body,html").css({"position":"static","overflow-y":"scroll"}); 可以滑动的时候 感觉禁止滑 阅读全文
posted @ 2020-02-07 13:20
武向前
阅读(429)
评论(0)
推荐(0)
摘要:
function checkIdcard(gets){ var Wi = [ 7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2, 1 ];// 加权因子; var ValideCode = [ 1, 0, 10, 9, 8, 7, 6, 5, 4 阅读全文
posted @ 2020-02-07 10:07
武向前
阅读(681)
评论(0)
推荐(0)