摘要: 我是小白,代码略加了一点小修改function htmldecode($str){if(empty($str)) return;if($str=="") return $str;$str=str_replace("&",chr(34),$str);$str=str_replace(">",">",$str);$str=str_replace("<","<",$str);$str=str_replace("&",&qu 阅读全文
posted @ 2013-06-06 20:20 代码收集-ASP。JS代码 阅读(374) 评论(0) 推荐(0)