摘要: $content = iconv("utf-8","gb2312//IGNORE",$content); //utf-8转gbk $content = iconv("gb2312","utf-8//IGNORE",$content); //gb2312换为utf-8 阅读全文
posted @ 2017-03-30 15:16 /折磨 阅读(9523) 评论(0) 推荐(1) 编辑