php 将 unicode 字符串转中文的方法

php 将 unicode 字符串转中文的方法

unicode 字符串转中文方法:代码语言:javascript代码运行次数:0运行复制function u2c($str){return preg_replace_callback("#\u([0-9a-f]{4})#i

8小时前00