ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
![](https://box.kancloud.cn/74f863e2b7e45f1c61ad80e88cbd41ee_554x116.png) ~~~ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <ul> <li>1111</li> <li>1111</li> <li>1111</li> <li>1111</li> </ul> <script type="text/javascript" src="js/jquery-1.11.1.js"></script> <script> $('li').css('background','red'); jQuery('li').css('border','1px solid #000'); // $ == jQuery,小名大名的关系 </script> </body> </html> ~~~