1

运行 PhantomJS 脚本后,我试图捕获错误代码;

$result = '';
exec('/usr/bin/phantomjs ' . Yii::app()->basePath . '/commands/netsniff.js http://' . $model_url->location, $result);
$result = join("\n", $result);
if ($echo) {
    echo "json:\r\n";
    print_r($result);
}

如果 url 无法加载,我总是会收到此错误,无论如何:

FAIL to load the address

我不应该得到一个json包含错误的吗?

4

0 回答 0