在js中怎么让select下拉框的值默认显示

使用javascript实现:

无标题文档

扩展资料:

Js获得元素标签名称的方法:

1、$( this ).get(0).tagName

2、$( this )[0].tagName

3、$( this ).prop("tagName")

4、$( this ).prop("nodeName")

你可能感兴趣的:(在js中怎么让select下拉框的值默认显示)