摘要: Detected an illegal character in input string iconv() 1. 第一种方案: $a = iconv( 'UTF-8', 'UTF-8//TRANSLIT', $a ); $b = iconv( 'UTF-8', 'UTF-8//TRANSLIT', 阅读全文
posted @ 2021-05-27 10:38 刘俊涛的博客 阅读(521) 评论(0) 推荐(0)