(002)dom_html事件处理程序
<html> <head> </head> <body> <div id="box"> <input type="button" value="button" id="btn" onclick="showMsg()"> </div> <script type="text/javascript"> function showMsg() { alert("hello"); } </script> </body> </html>
***万事万物都有裂痕,那是光照进来的地方***

浙公网安备 33010602011771号