split (/\r?\n/) . The split method will split the string on each occurrence of a newline character and will return an array containing the results.
確定! 回上一頁