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( <vertical bg="#87654321"> <button text="选择1"/> <button text="选择2"/> <button text="选择3"/> <button text="选择4"/> <button text="选择5"/> </vertical> );
ui. id .click(()=>{ //点击按钮需要运行的内容。 });
ui"; ui.layout( <vertical bg="#87654321"> <button id="bt1" text="选择1"/> <button text="选择2"/> <button text="选择3"/> <button text="选择4"/> <button text="选择5"/> </vertical> );
ui.bt1.click(()=>{ alert("哈楼!!") })
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待