'请求地址出错' )); break; } /* 输出结果 */ if (isset($_GET["callback"])) { echo $_GET["callback"] . '(' . $result . ')'; } else { echo $result; }