摘要: //获取字符串编码字符集$encode$encode = mb_detect_encoding($string, array('ASCII', 'UTF-8', 'GB2312', 'GBK', 'BIG5'));//设置转码if($encode != 'UTF-8'){ $string = ic... 阅读全文
posted @ 2014-11-21 11:26 胡小扯 阅读(293) 评论(0) 推荐(0)