JDP 發表於 2006-3-29 18:52:47

unicode編碼下GET傳值是亂碼

<?php
$str = "中文字";
$url = "http://domain.com/?str=".rawurlencode($str);
?>
用rawurlencode就可以解決了! :)
頁: [1]
查看完整版本: unicode編碼下GET傳值是亂碼