$ret = preg_replace_callback("/\\\u([0-9a-f]{4})/i", function ($match) { // 不转义中文 return json_decode("\"{$match[0]}\"", true); } ...
確定! 回上一頁