What is the difference below?
<div id="div1" runat="server" visible="false">Hello</div>
In contrast, I can do this
&l开发者_如何学JAVAt;div id="div1" style="display:none;">Hello</div>
with the first, the div will not be rendered to page.
with the second (display:none;), it will be rendered to the page, but not visible.
You can see this by viewing the source of the rendered page for each example.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论