<script>
var countryId =
"{$user[‘country‘]}";
$("select[@name=‘country‘] option[value=‘" + countryId
+ "‘]").attr(‘selected‘,‘selected‘);
</script>
相关文章
- 10-22下拉选择框select元素的定位,报错:ElementNotInteractableException
- 10-22RobotFrameWork学习记录--页面下拉框操作之定位确定当前已经选中下拉框的值--2020-02-26
- 10-22如何得到select选中的option值的value
- 10-22用jquery来控制select选中的值
- 10-22jQuery设置select的选中值
- 10-22模拟select选中option的效果
- 10-22eclipse 被选中的内容,无法被输入的新内容替换掉
- 10-22elementUI——select 根据传入的ID值选中选项
- 10-22webdriver(四) -----radio框、checkbox框、select框的定位与操作
- 10-22关于移动端的文本框获取焦点时导致fixed或absolute定位的按钮被手机键盘顶上去的问题