Example: javascript split string into array by comma and space input.split(/[ , ]+/); //splits string using RegEx on a space OR a comma.
確定! 回上一頁