日期:2014-05-17 浏览次数:20484 次
@section Header{
<script type="text/javascript">
$(function () { $("#username").focus(); });</script>
<style type="text/css">
input[type="text"], input[type="password"]
{
width: 160px;
}
</style>
}