const webView = new WebView(); await webView.loadURL("www.google.com"); const js = "console.log(2222);"; webView.evaluateJavaScript(js) ...
確定! 回上一頁