日期:2014-05-17 浏览次数:20645 次
=HTML
HTML code
<div id="div1">
<input type="text" id="t" /><span style="color:Red"></span>
<input type="text" id="x"/><span style="color:Red"></span>
<input type="button" value="按钮" onclick="fun()" />
</div>