摘要:
1 2 3 4 5 6 14 15 16 17 18 19 20 21 22 68 69 1 function setCookie( cookieName, cookieValue, d, path ){ 2 var str = cookieName+"="+ encodeURIComponent(cookieVa... 阅读全文
posted @ 2018-04-15 22:20
悔创阿里-杰克马
阅读(229)
评论(0)
推荐(0)
摘要:
function htmlEscape(text){ return text.replace(/[&\"=]/g,function(match,pos,originalText){ switch(match){ case "" : return ">"; case "&": return "&"; case "\"" : retur... 阅读全文
posted @ 2018-04-15 13:09
悔创阿里-杰克马
阅读(152)
评论(0)
推荐(0)

浙公网安备 33010602011771号