我在我的页面中有这个 html 代码,我可以得到前 3 个和之间的数字()
HTML:
<option value="702(3)00">
jQuery:
max_exam=$('#at_exam_'+val+' option').filter(":selected").val().match(/\((\d+)\)/)[1];
exam_code=$('#at_exam_'+val+' option').filter(":selected").val().match(/^\d+/);
如何获得00
期权价值的结束?