Phantomjs remoteDebuggerPort vs--远程调试器端口phantom.JSON配置

Phantomjs remoteDebuggerPort vs--远程调试器端口phantom.JSON配置,phantomjs,Phantomjs,当我尝试对phantom.js使用以下JSON配置时,remoteDebuggerPort参数被忽略: { "localToRemoteUrlAccessEnabled": true, "webSecurityEnabled": false, "remoteDebuggerPort": 9001, "remoteDebuggerAutorun": "yes" } (其他每个参数都正常) 当我这样称呼它时: phantomjs.exe--远程调试器端口=9001。

当我尝试对phantom.js使用以下JSON配置时,remoteDebuggerPort参数被忽略:

{
    "localToRemoteUrlAccessEnabled": true,
    "webSecurityEnabled": false,
    "remoteDebuggerPort": 9001,
    "remoteDebuggerAutorun": "yes"
}
(其他每个参数都正常)

当我这样称呼它时:

phantomjs.exe--远程调试器端口=9001。。。它起作用了。为什么呢