js設(shè)置select的option選中 html下拉框怎么設(shè)置默認(rèn)值?
html下拉框怎么設(shè)置默認(rèn)值?“Option=”<>“<>”O(jiān)ption=“<>”Select>/value如果要設(shè)置默認(rèn)值,請(qǐng)?jiān)谶x項(xiàng)標(biāo)記中添加:selected=“sel
html下拉框怎么設(shè)置默認(rèn)值?
“Option=”<>“<>”O(jiān)ption=“<>”Select>/value如果要設(shè)置默認(rèn)值,請(qǐng)?jiān)谶x項(xiàng)標(biāo)記中添加:selected=“selected”,也就是說,它是顯示時(shí)的默認(rèn)值。