把一个字符串按照换行符分割成字符串数组

// 把一个字符串按照换行符分割成字符串数组
'待分割字符串'.split(/[(\r\n)\r\n]+/);

Copyright © 2024 码农人生. All Rights Reserved