大神看看为什么乱码?
都几年了也没解决到
环境: mac OS X下, php 5.6.17, 在别人的ubuntu下, windows 没有问题, 唯独在mac机器上就有问题(很多同事的mac上都测试过一样问题), 就助!
<code class="php">$string = "短标题"; $o = preg_replace(array('/\s+/'), array("->"), $string); echo $string , ' ===> ' , $o;</code>
下面是允许截图, 乱码出来了.
大神看看为什么乱码?
都几年了也没解决到
环境: mac OS X下, php 5.6.17, 在别人的ubuntu下, windows 没有问题, 唯独在mac机器上就有问题(很多同事的mac上都测试过一样问题), 就助!
<code class="php">$string = "短标题"; $o = preg_replace(array('/\s+/'), array("->"), $string); echo $string , ' ===> ' , $o;</code>
下面是允许截图, 乱码出来了.
你在前面加一行header('Content-type: text/html; charset=utf-8');
试试看。
好像没问题。。