[]定义了一个string,使用replace方法替换一些字段,为什么没有生效呢
var testString = "123456789"
testString.replace("1","000")
console.log(testString)
testString.replace("1","000")
console.log(testString)
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
linxuyang
赞同来自: