摘要: 标签选择器 a id选择器 #a 类选择器 .a 群组选择器 a1,a2,a3 后代选择器 a img 通配选择符 * 阅读全文
posted @ 2017-08-17 22:20 生命不止追求不断 阅读(128) 评论(0) 推荐(0) 编辑
摘要: document.write(parseInt(Math.random()*39)) //输出39随机数 可获取0到38的随机整数。 因为是从0开始为一个数 0到38 就有 39个数 阅读全文
posted @ 2017-08-17 22:05 生命不止追求不断 阅读(152) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" type="text/css" href="css/qq.css"> <script 阅读全文
posted @ 2017-08-17 21:52 生命不止追求不断 阅读(299) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Document</title> <script src="http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min 阅读全文
posted @ 2017-08-17 21:39 生命不止追求不断 阅读(117) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表白墙</title> <script type="text/javascript" src="js/jquery.min.js"></script> <style 阅读全文
posted @ 2017-08-17 21:08 生命不止追求不断 阅读(163) 评论(0) 推荐(0) 编辑