摘要: white循环: for循环: if循环: 查看原文 阅读全文
posted @ 2017-11-21 18:12 绿林豪士 阅读(220) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style type="text/css"> #div1 { width: 100px; height: 100px; border: 1px solid red; } .box { 阅读全文
posted @ 2017-11-21 18:06 绿林豪士 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 函数传参一: 函数传参二: 阅读全文
posted @ 2017-11-21 18:01 绿林豪士 阅读(327) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <script> function settext(){ var otext=document.getElementById('text1'); otext.value='123'; 阅读全文
posted @ 2017-11-21 11:06 绿林豪士 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2017-11-21 11:04 绿林豪士 阅读(4082) 评论(0) 推荐(0) 编辑
摘要: @charset "utf-8"; /* CSS Document */ body {background:red;} @charset "utf-8"; /* CSS Document */ body {background: yellow;} 阅读全文
posted @ 2017-11-21 11:01 绿林豪士 阅读(272) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style type="text/css"> #div1 { width: 100px; height: 100px; background: red; } </style> <sc 阅读全文
posted @ 2017-11-21 10:58 绿林豪士 阅读(332) 评论(0) 推荐(0) 编辑