语法replace()方法语法: str.replace(old, new[, max]) 参数old -- 将被替换的子字符串。 new -- 新字符串,用于替换old子字符串。 max -- 可选..
確定! 回上一頁