2020年6月23日

摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>控制大小</title> </head> <body> <div class="msg"> <div class="msg_captin"> <span class="bigger" 阅读全文
posted @ 2020-06-23 17:47 Gun'sdream 阅读(110) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>隔行变色</title> <style type="text/css"> table{ border:0;border-collapse:collapse;} td{ font:no 阅读全文
posted @ 2020-06-23 17:46 Gun'sdream 阅读(111) 评论(0) 推荐(0) 编辑
 
摘要: 1.jQuery 简介:由美国人John Resig于2006年创建,设计思想是write less,do more 2.在页面中引入jQuery <script src="js/jquery-1.12.4.js" type="text/javascript"></script> 3.jQuery语 阅读全文
posted @ 2020-06-23 13:49 Gun'sdream 阅读(159) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>组合继承</title> </head> <body> <script> function Humans(name){ this.name=name; this.clothing=[ 阅读全文
posted @ 2020-06-23 11:37 Gun'sdream 阅读(107) 评论(0) 推荐(0) 编辑