摘要:
white循环: for循环: if循环: 查看原文 阅读全文
摘要:
<html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style type="text/css"> #div1 { width: 100px; height: 100px; border: 1px solid red; } .box { 阅读全文
摘要:
函数传参一: 函数传参二: 阅读全文
摘要:
<html> <head> <meta charset="utf-8"> <title>无标题文档</title> <script> function settext(){ var otext=document.getElementById('text1'); otext.value='123'; 阅读全文
摘要:
无标题文档 阅读全文
摘要:
@charset "utf-8"; /* CSS Document */ body {background:red;} @charset "utf-8"; /* CSS Document */ body {background: yellow;} 阅读全文
摘要:
<html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style type="text/css"> #div1 { width: 100px; height: 100px; background: red; } </style> <sc 阅读全文