我正在尝试使用填充有分段控制器的 web 视图从 html 下拉列表中获取值。
谁知道怎么输入
NSString *string [NSString stringWithFormat:@"document.getElementsBy
对于以下 html 代码并选择选项值之一
<div id="loginselect" style="clear:both:">
<select name="usertype" size="1" id="usertype" class="select1" >
<option value="0" selected="selected">Staff</option>
<option value="1" >Student</option>
<option value="2" >Parent</option>