如何使用 javascript 设置输入选择(HTML)中的字段?
我将随机选择一个数字,并使用排序后的数字在选择中定义选定的字段。我如何设置字段?
I will randomly select a number and define the selected field in a select with the sorted number. How I set the field?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将属性 selected="selected" 添加到要选择的选项元素。
伪代码
Add the Attribute selected="selected" to the option element that you want to select.
pseudo code