var string = '12345';. 我想用 0 替换 2 和 4 ,所以我尝试: var output = string.replaceAll('2, 4', '0') // doesn't work.
確定! 回上一頁