网页元素
<input type="radio" value="一室" name="房型"  class=""/>一室</label>
<input type="radio" value="两室" name="房型"  class=""/>两室</label>
<input type="radio" value="三室" name="房型"  class=""/>三室</label>
===VB代码如下:Me.WebBrowser1.Document.getElementById("房型").Checked = "三室"但却选不中。不知道为啥?