Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我网站的代码:
http://pastebin.com/jVk0aPW4
当我尝试提交页面时,它什么也不做。这是我第一次尝试在此网络服务器上提交。网络管理员确保明确启用 POST 和 GET。
我的 HTML 格式不正确吗?还是我需要在服务器端更深入地挖掘?
您有一个嵌套表单,这将导致您的表单爆炸(正确的技术术语)。