onclick事件中checkForm()和return checkForm()的區別

先上代碼:javascript <!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <div> <a href="www.baidu.com" onclick="return checkForm()">點擊我</a> </div> </body> </html> <script t
相關文章
相關標籤/搜索