日期:2011-08-09  浏览次数:20501 次


作者: 溪水清澈 <?php
for($i = 0x4e00; $i <= 0x9fa5; $i ++){
$word = '"\u' . dechex($i) . '"';
echo json_decode($word);
}
//注意拼接字符串里面的双引号,属性json格式的一部分.
本文链接http://www.cxybl.com/html/wlbc/Php/20130521/37936.html