有兴趣的朋友可以去查下php的手册 <?php $a = array('hello'=>'你好中国','name'=>'妈蛋'); echo json_encode($a,JSON_UNESCAPED_UNICODE); ?>