? <form>? ? ? ? <input type="checkbox" checked="checked">? ? ? ? <input type="checkbox">? ? ? ? <input type="radio" checked> ? ? ??? ? ? ? <input type="radio">? ? ? ??? ? ? ? <select name="garden" multiple="multiple">? ? ? ? ? ? <option>imooc</option>? ? ? ? ? ? <option selected="selected">慕課網</option>? ? ? ? ? ? <option>aaron</option>? ? ? ? ? ? <option selected="">博客園</option>? ? ? ? ? </select>? ? </form>如上代碼,selected=""都可以運行,想問下這個屬性為什么要寫成selected="selected" ?這樣?
添加回答
舉報
0/150
提交
取消