Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
代码如下: "ui"; ui.layout(------);
function main() { //定义一个子线程,然后在子线程操作 let thread = threads.start(function () { requestScreenCapture(true); // 卡死 }); log("等待子线程处理完成") thread.join(); }
requestScreenCapture(); 写在线程里面的, 新手刚用, 有大哥帮忙看看吗? 这个是bug还是?
threads.start(requestScreenCapture)