那么你就需要使用utf8_encode() 方法来处理你接受的数据了: <?php utf8_encode($_POST['name']); 参考:https://blog.csdn.net/dracotianlong/article/details/23853625 ...
確定! 回上一頁