To split a string by special characters, call the `split()` method on the string, passing it a regular expression that matches the special ...
確定! 回上一頁