鉴于以下 HTML 位于 JavaScript 字符串变量中,我想使用 JQuery 将值 1234、5678、9012 提取到数组中:
<input type="hidden" id="name" value="1234"/>
<input type="hidden" id="name" value="5678"/>
<input type="hidden" id="name" value="9012"/>
我尝试了各种 reg 表达式,但在循环或环绕$each
字符串以查找所有values="xxxx"