jquery方式
input radio根据值选中元素
$(currentForm).find('input:radio[name=specifyColorTag][value="0"]').prop("checked", "checked");
https://www.syntaxspace.com/article/639.html
input radio根据值选中元素
$(currentForm).find('input:radio[name=specifyColorTag][value="0"]').prop("checked", "checked");
https://www.syntaxspace.com/article/639.html
评论