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=“4+3” 怎么得出7?
解决了 可以这样 var s = "1+2"; var r = eval('('+s+')'); log(r);
parseInt();
@DcrClub parseInt()是字符直接转换成整数吧。
@l10352 嗯,转换以后就可以用加法了~
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待