在JavaScript 做搜尋並取代字串可以用replace() 來做, 例如: var string = "Hello Microsoft!"; var result = string.replace("Microsoft", "Linux"); ...
確定! 回上一頁