Home  >  Q&A  >  body text

js格式问题

<form>

.

.

.

</form>


扔个三星炸死你扔个三星炸死你2858 days ago843

reply all(1)I'll reply

  • 扔个三星炸死你

    扔个三星炸死你2016-12-21 16:09:18

    表单标签,里面放具体表单内容,如:   

    <form>
        <label>姓名</label><input type="text" />
        <label>密码</label><input type="password" />
    </form>


    reply
    0
  • Cancelreply