header('Content-Type: text/html;charset=utf8');$start = hexdec('4e00'); $end = hexdec('9fa5'); for($i=$start; $i<$end; $i++) { print_r(json_decode('["\u'.dechex($i).'"]')); echo (""); } ?>
本文共 251 字,大约阅读时间需要 1 分钟。
header('Content-Type: text/html;charset=utf8');$start = hexdec('4e00'); $end = hexdec('9fa5'); for($i=$start; $i<$end; $i++) { print_r(json_decode('["\u'.dechex($i).'"]')); echo (""); } ?>
转载于:https://www.cnblogs.com/sunscheung/p/4643438.html