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).
var a = new UiSelector(); UiSelector.prototype.aaa = function(){toastLog("aaaaa");} a.aaa();
会提示UiSelector未定义,但是下面是可以的
var a = new Number(); Number.prototype.aaa = function(){toastLog("aaaaa");} a.aaa();
由于目前的设计,暂时不能。但是会在后面支持的。 目前主要是rhino引擎会区分java和javascript对象。
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待