2015年1月21日
摘要: function $xss(str,type){ //空过滤 if(!str){ return str===0 ? "0" : ""; } switch(type){ case... 阅读全文
posted @ 2015-01-21 16:22 violinxliu 阅读(312) 评论(0) 推荐(0) 编辑