如何多種方法查看URL?
1用file_get_contents 以get方式獲取
2用fopen打開url, 以get方式獲取內(nèi)容
3用file_get_contents函數(shù),以post方式
4用fsockopen函數(shù)打開url,以get方式獲取完整的數(shù)據(jù),包括header和body
5用fsockopen函數(shù)打開url,以POST方式獲取完整的數(shù)據(jù),包括header和body
6使用curl庫,使用curl庫之前,你可能需要查看一下php.ini,查看是否已經(jīng)打開了curl擴展