why is split returning empty strings even tho capturing parenthesis are not present?

前端 未结 0 1832
我在风中等你
我在风中等你 2020-12-11 09:10

My code:

var str = \'ab\';
console.log(str.split(/<\\/?td>/g));

That outputs ["&qu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题