摘要: 对数据结构绪论部分的理解以及反思 阅读全文
posted @ 2018-08-12 11:34 哈哈哈哈嗝 阅读(86) 评论(0) 推荐(0) 编辑
摘要: add:样式单里的注释:/**/制作简易计算器<html><head> <script> function a() { var a=prompt() var op=prompt() var b=prompt() var c=0 switch(op) { case "+": c=parseInt(a) 阅读全文
posted @ 2017-12-16 11:45 哈哈哈哈嗝 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <script type="text/javascript"> num=0 function a(){ for(i=0;i<=100;i++) { if(i%2==0) num+=i; } alert(num); } </script> </head> <body> <i 阅读全文
posted @ 2017-11-25 11:24 哈哈哈哈嗝 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1.<!--双列布局--><html><head> <style type="text/css"> body{background-color:grey; text-align:center; margin:0; padding:0;} #wrapper{background:white; widt 阅读全文
posted @ 2017-11-17 21:02 哈哈哈哈嗝 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <html><head> <meta charset="utf-8"> <style type="text/css"> body{background:gray; text-align:center;} #wrapper{width:1024px; background:white; margin: 阅读全文
posted @ 2017-11-17 20:59 哈哈哈哈嗝 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1. <html><head><style type="text/css"> p{text-align:justify; text-indent:2em; display:block; } div{width:200px;height:200px; border-style:solid; borde 阅读全文
posted @ 2017-11-11 12:17 哈哈哈哈嗝 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1. <html><head><title></title></head><body> <table border="1"> <tr> <td> name:xxxx<br/> number:xxxx<br/> </td> <td><img src="1.jpg"width="60px"height= 阅读全文
posted @ 2017-11-04 10:55 哈哈哈哈嗝 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1: <html> <head> </head> <body> <img src="../fa/Lighthouse.jpg"width="300"height="300"title="城堡"/> <br/> <img src="../fa/Koala.jpg"width="300"height=" 阅读全文
posted @ 2017-11-04 10:37 哈哈哈哈嗝 阅读(103) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-10-19 18:59 哈哈哈哈嗝 阅读(5) 评论(0) 推荐(0) 编辑