HTML表单
<form action=""method="GET">
<!--action:表单信息提交的地址 method:表单提交的方法post/get-->
<!--type类型绘制各种表单控件-->
<label for="username">用户名:</label><input type="text" id="username">
</form>
HTML表单
<form action=""method="GET">
<!--action:表单信息提交的地址 method:表单提交的方法post/get-->
<!--type类型绘制各种表单控件-->
<label for="username">用户名:</label><input type="text" id="username">
</form>