鉴于我有一句话:
var testsentence = 'This "is" a wonderful "sentence" to "test" "stuff"';
我怎样才能得到这样的数组?
var testarray = [ "is", "sentence", "test", "stuff" ]
更新
我正在使用 Chromium 控制台尝试您的响应,但到目前为止所有响应都返回:
[""is"", ""sentence"", ""test"", ""stuff""]
我不想在我的比赛中有引号。