I have the following HTML <select>
element:(我有以下HTML <select>
元素:)
<select id="leaveCode" name="leaveCode">
<option value="10">Annual Leave</option>
<option value="11">Medical Leave</option>
<option value="14">Long Service</option>
<option value="17">Leave Without Pay</option>
</select>
Using a JavaScript function with the leaveCode
number as a parameter, how do I select the appropriate option in the list?(使用以leaveCode
数字作为参数的JavaScript函数,如何在列表中选择适当的选项?)
ask by brasskazoo translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…