后台测试常需要的htm样式

<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>

 

posted @ 2014-12-04 20:15  fleam  阅读(134)  评论(0编辑  收藏  举报