jquery方式
input radio根据值选中元素
$(currentForm).find('input:radio[name=specifyColorTag][value="0"]').prop("checked", "checked");
原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/243643.html
input radio根据值选中元素
$(currentForm).find('input:radio[name=specifyColorTag][value="0"]').prop("checked", "checked");
原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/243643.html