在select控件中动态增加option
ie中是selectobj.add方法,
但在firefox中无效,需要采用selectobj.options.add()
ie中是selectobj.add方法,
但在firefox中无效,需要采用selectobj.options.add()
本文介绍在不同浏览器中为Select控件动态添加Option的方法。IE中使用selectobj.add方法,而在Firefox等浏览器中则需采用selectobj.options.add()方式。

被折叠的 条评论
为什么被折叠?