Form 内如果存在Form会如何? <html> <head></head> <body> <form action=""> <form action=""> <input type="text" name="name"> </form> </form> </body> </html> 见上诉代码 再看下面chrome浏览器的实际渲染结果