冰冻糖葫芦 你这个里还有个问题:runtimeArgs参数漏了自动打开设置的url: "--auto-open-devtools-for-tabs"如下正确的: "runtimeArgs": [ "--allow-file-access-from-files", "--allow-file-access-frome-files", "--disable-web-security", "--auto-open-devtools-for-tabs" ],