To replace all occurrences of a string, use the `replace()` method, passing it a regular expression with the `g` (global) flag.
確定! 回上一頁