后台测试常需要的htm样式

时间:2014-12-04 21:31:04   收藏:0   阅读:192
<form name="form" method="post" action="#">
<input type="text" name="a">
<input type="text" name="b">
<img src="/i/eg_tulip.jpg"  alt="上海鲜花港 - 郁金香" />
<a href="url">Link text</a>
<input type="submit"value="提交">
</form>

 

<html>
<body>

<form action="{:U(‘Index/login‘)}" method="post">
name: <input type="text" name="name"><br>
password: <input type="text" name="password"><br>
<img src="{:U(‘Index/verify‘)}"/>
<input type="submit">

</form>

</body>
</html>

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!