Use function: file_get_contents($url);
Input the interface url and its parameters: such as
$url="http://192.168.1.1/test.jsp?id=1&type=2";
$ret=file_get_contents($url);
http://www.bkjia.com/PHPjc/736836.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/736836.htmlTechArticleUse function: file_get_contents($url); Pass in the interface url and its parameters: such as $url="http: //192.168.1.1/test.jsp?id=1 $ret=file_get_contents($url);...