摘要: 实例: 下面PHP代码我们以GBK的格式进行保存: <?php $string = "妳係我的老友"; // $string = iconv('gbk', 'utf-8', $string); var_dump($string); 然后我们访问 localhost/a.php 输出: string( 阅读全文
posted @ 2021-04-19 18:02 许伟强 阅读(119) 评论(0) 推荐(0)