一、QQ客服设置
链接
http://shang.qq.com/v3/index.html
登录点击“推广工具”
二、开通ping
cmd —> netsh firewall set icmpsetting all enable
三、js回车
$(document).keyup(function (evnet) { if (evnet.keyCode == '13') { fnSendMsg("sszb"); } });
四、页面自动刷新
把如下代码加入<head>区域中 <meta http-equiv="refresh" content="20"> 其中20指每隔20秒刷新一次页面
五、Iframe 链接赋值 :document.getElementById("iframeId").src= url地址;
六、内容编码与解码
js 编码:encodeURIComponent 解码:decodeURIComponent;
七、bootstrap 整理
http://www.jqhtml.com/bootstraps-syntaxhigh/index.html#