_YinQ

Results 1 comments of _YinQ

var str = '大家好\t阿斯蒂芬阿斯顿\n发生的发生'; console.log(str); var reg = /[\t\n]/g console.log(str.replaceAll(reg, ''));