html之如何讓button按鈕居中

解決措施:使用center或者div的align屬性 示例代碼:javascript <html> <body> <center><button onClick="clickme()">hit me</button></center> <script> function clickme(){ alert("123"); } </script> </body> </html> 或者
相關文章
相關標籤/搜索