[Solution found!] 继续re.exec(s)循环调用以获取所有匹配项: var re = /\s*([^[:]+):\"([^"]+)"/g; var s = '[description:"aoeu" uuid:"123sth"]'; var m; ...
確定! 回上一頁