大舒

导航

2019年10月17日 #

第二次作业

摘要: 城市三级联动 <!DOCTYPE html><html> <head> <title>城市三级联动</title> <style> h1{ color:#8B0000; text-align:center; } div{ width:100%; text-align:center; } </styl 阅读全文

posted @ 2019-10-17 22:59 大舒呀! 阅读(119) 评论(0) 推荐(0) 编辑

感想

摘要: 在打代码的过程中总会出现一些小问题 照书上打的代码很多也不太能理解,要花上好多时间去学习了解 打完了的代码也还有点小瑕疵 阅读全文

posted @ 2019-10-17 22:56 大舒呀! 阅读(96) 评论(0) 推荐(0) 编辑

change按钮

摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>单击change按钮</title> <style type="text/css"> div{ text-shadow:2px 2px #ff0000; font-family:'黑体 阅读全文

posted @ 2019-10-17 22:53 大舒呀! 阅读(164) 评论(0) 推荐(0) 编辑

数组

摘要: <!DOCTYPE html><html><head> <title>数组</title></head><body> <script text="text/javascript"> var arr = [1,2,3,4,2,5,6,2,7,2]; document.write("原数组为:"+ ar 阅读全文

posted @ 2019-10-17 22:53 大舒呀! 阅读(53) 评论(0) 推荐(0) 编辑

城市三级联动

摘要: <!DOCTYPE html><html> <head> <title>城市三级联动</title> <style> h1{ color:#8B0000; text-align:center; } div{ width:100%; text-align:center; } </style> </he 阅读全文

posted @ 2019-10-17 22:52 大舒呀! 阅读(241) 评论(0) 推荐(0) 编辑