We can split string by slash by applying a regular expression. See the following code example. // app.js let mString = 'millie/bobby ...
確定! 回上一頁