PHP的file_get_contents()方法,將整個文件讀入字符串中 <?php $post_data = file_get_contents("e:\\1.txt"); echo $post_data; ?> 更多信息看 ...