function SetCookie(a,b){var c=5,d=new Date();d.setTime(d.getTime()+1e3*60*60*24*c),document.cookie=a+"="+escape(b)+";expires="+d.toGMTString()+";path=/;";} function GetCookie(a){var b=document.cookie.match(new RegExp("(^| )"+a+"=([^;]*)(;|$)"));return null!=b?unescape(b[2]):"";} function DelCookie(a){var c,b=new Date();b.setTime(b.getTime()-1),c=GetCookie(a),null!=c&&(document.cookie=a+"="+c+";expires="+b.toGMTString()+";path=/;");} function tsclose(){ document.getElementById("scts").style.display='none'; } function tssave(){ var htmls='' htmls+='
微信收藏方式:
右上角进入点即可' htmls+='
下次打开在微信最下方"我"处进入即可找到
' htmls+='保存浏览器标签:
多数浏览器在下方中间图标进入保存看一下就明了。
' htmls+='懂了已存好啦
' document.getElementById("scts").innerHTML=htmls; } function havtssave(){ SetCookie("schsaveET42742","yes"); tsclose(); } function tsshow(){ var htmls='
温馨提示:
喜欢
就现在收藏在微信或保存浏览器标签下次好找WO。
现在存已存过
' document.getElementById("scts").innerHTML=htmls; document.getElementById("scts").style.display=''; } $(document).ready(function(){ var apiscts=GetCookie("schsaveET42742"); if (apiscts==""){ tsshow(); } })