?? [?v?z??b?l?ti] ?? [?v?z??b?l?ti]
n. ???; ???;
?????? ??? ?? ???
??: ?? ?? ??? ?????.
??: ??Object.style.visibility=visible|hidden|collapse
?????? ??? ?? ?
<html> <head> <meta charset="utf-8"> <script type="text/javascript"> function changeVisibility() { document.getElementById("p1").style.visibility="hidden"; } </script> </head> <body> <p id="p1">這是一些文本,這是一些文本,這是一些文本,這是一些文本</p> <form> <input type="button" onclick="changeVisibility()" value="Hide paragraph" /> </form> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????