摘要: 第十一章 前端开发-JavaScript 11.3.1 js引入方式 行内样式 <p id="" class="" style="" onclick="console.log(2);">mjj</p> 内嵌式 <script type="text/javascript"> // js代码 </scr 阅读全文
posted @ 2019-12-18 20:46 hanfe1 阅读(221) 评论(0) 推荐(0)
摘要: js特效和15个小demo 代码如下:images文件夹未上传 1.图片切换: <!DOCTYPE html> <html> <head> <title>图片切换</title> </head> <body> <img src="images/1.jpg" width="400" height="3 阅读全文
posted @ 2019-12-18 20:18 hanfe1 阅读(942) 评论(0) 推荐(0)