摘要: 构建一个表单 假设你想在你的网站上创建一个简单的表单,以获得用户的名字。你需要类似这样的模板: ? 1 2 3 4 5 <form action="/your-name/" method="post"> <label for="your_name">Your name: </label> <inpu 阅读全文
posted @ 2017-11-05 12:14 听风。 阅读(5016) 评论(2) 推荐(0)