我有如下的一个字符串.
var str = ` hello world hi good `;
world和hi之间是一个空行,我想split空行得到一个数组,要如何实现?试了下这样是不行的。str.split(/^r|rn|n$/);
str.split(/^r|rn|n$/);
雷雷
雷雷
雷雷