随笔分类 - 前端
摘要:1、特殊字符安 < < > > & & ¥ ¥ ® ® ° ° ± ± × × ÷ ÷ ² ² ³ ³ 2、无序列表:ul tyle:square、circle、disc 3、无序列表:ol type:1 ; a ;
阅读全文
摘要:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">改成<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
阅读全文
摘要:var val=$('input:radio[name="sex"]:checked').val();
阅读全文
摘要:$("body").keydown(function() { if (event.keyCode == "13") {//keyCode=13是回车键 $('#btnSumit').click(); } });
阅读全文
摘要:function GetQueryString(name) { var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if(r!=null)retur...
阅读全文

浙公网安备 33010602011771号