开发者_运维百科Possible Duplicate:
Can you nest html forms?
Is it a bad practice to have something like this?:
<form method="post">
<form method="post">
</form>
</form>
Yes. Very much so. And it won't work properly. I would restructure the page to make sure it doesn't have it nested..
It is completely invalid markup - it will break in various painful, interesting and different ways in various browsers. Is it bad practice to write invalid HTML? (hint: yes, it's a Bad Idea) Even if you don't give a rat's ass about valid HTML, is it bad practice to write HTML which is almost certain to give your users incorrect behavior? (hint: yes, it's a Bad Idea, unless you passionately hate your users)
I'm pretty sure that will never work as expected properly. 100% bad practice as far as I know / am concerned.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论