<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> function inset() { console.log("ok"); } </script> </head> <body> <button onclick="inset()">test</button> </body> </html>
这样我知道可以,我就是想不明白为什么onload里面为什么会出问题(大概也知道怎么回事,但能不能求大牛解释解释原因)
相关分类