Objiect

导航

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 阅读(130) 评论(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) 编辑