[autojs]ui线程中更新控件的值的问题

"ui";
ui.layout(
    
        

总结:

1、不能直接在线程中更新控制值,否则会提示autojs Only the original thread that created a view hierarchy can touch its错误

2、要更新控制值需要使用ui.run进行操作,可以尝试去掉代码中ui.run看看效果。你会发现只能更新到123就开始报错了。

你可能感兴趣的:(autojs,ui)