Objiect

导航

2017年6月7日 #

javascript的自动生成

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <script>window.onload = function () 阅读全文

posted @ 2017-06-07 17:51 BigBiuBiu 阅读(205) 评论(0) 推荐(0) 编辑

-css Text

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <style>div { width:100px; height:10 阅读全文

posted @ 2017-06-07 17:48 BigBiuBiu 阅读(104) 评论(0) 推荐(0) 编辑

2017年5月26日 #

for循环遍历2维数组、嵌套元素

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <script> var arr = [ [ 1,2,3,4,'4+' 阅读全文

posted @ 2017-05-26 11:22 BigBiuBiu 阅读(501) 评论(0) 推荐(0) 编辑

for计算元素坐标

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <style>div { width:50px; height:50p 阅读全文

posted @ 2017-05-26 11:20 BigBiuBiu 阅读(129) 评论(0) 推荐(0) 编辑

循环简单应用(2)

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title><style>li { height:30px; border-bott 阅读全文

posted @ 2017-05-26 11:17 BigBiuBiu 阅读(101) 评论(0) 推荐(0) 编辑

for循环简单应用(1)

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <script>window.onload = function () 阅读全文

posted @ 2017-05-26 11:16 BigBiuBiu 阅读(118) 评论(0) 推荐(0) 编辑

获取元素的第二种方法

摘要: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <script>window.onload = function (){ // document.title = 123; 阅读全文

posted @ 2017-05-26 11:13 BigBiuBiu 阅读(128) 评论(0) 推荐(0) 编辑

2017年5月24日 #

相对路径的问题

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title><script>window.onload = function (){ 阅读全文

posted @ 2017-05-24 10:44 BigBiuBiu 阅读(104) 评论(0) 推荐(0) 编辑

数组

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title> <script>var num = 1;var str = '这是一句 阅读全文

posted @ 2017-05-24 10:40 BigBiuBiu 阅读(68) 评论(0) 推荐(0) 编辑

关于判断

摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>无标题文档</title><style>#div1 { width:240px; height:2 阅读全文

posted @ 2017-05-24 10:39 BigBiuBiu 阅读(118) 评论(0) 推荐(0) 编辑