include ' http://www.example.com/file.php?foo=1&bar=2';
其中foo=1&bar=2是什么意思?
参数foo=1和bar=2
你可以用$_GET['foo'],$_GET['bar'] 来获取~