日期:2014-05-17 浏览次数:20456 次
<ul>
<li>
<label>
<input type="radio" name="stype" rel="@Url.Action("SearchBook", "Base")" value="图书" />
图书
</label>
</li>
<li>
<label>
<input type="radio" name="stype" rel="@Url.Action("SearchBook", "Base")" value="其他" />
其他
</label>
</li>
</ul>