jQuery如何使用
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jquery第一节课</title> <!-- <script type="text/javascript" src="jquery-3.3.1.min.js"></script> --> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> </head> <body> <script type="text/javascript"> if(typeof $=='undefined'){ alert('jQuery 未加载') }else{ alert('jQuery 已加载') } </script> </body> </html>
任务
- ?不会了怎么办
-