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).
“第123章” 怎么把“123”提取出来
"第123章".match(/\d+/g)
我这吊炸天的ip
// /\d+/g console.show(); var str="第123个"; var re=/\d+/g; var txt=re.exec(str); log(txt[0]);
)))log(((
用substring可以截取字符串
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待