标签: javascript regex underscore.js
我一直在尝试使用Regex检索属性的名称和值,尝试了不同的建议,但不管它是第一个属性还是什么都没有,对我没有用。
我正在尝试使用此正则表达式来检索通过下划线定制的include方法传递的参数
<% include attr1="value1" attr2="value2" %>
我需要获得这两个参数,例如。 :
"attr1" : "value1" "attr2" : "value2"
预先感谢