The regular expression /[ ,]+/ specifies that the delimiter should match one or more space or comma characters. This returns an array with two ...
確定! 回上一頁