博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年1月21日

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script type="text/javascript"> function getBrow 阅读全文

posted @ 2017-01-21 16:36 程序员入门到放弃 阅读(113) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html> <head> <style> div.container { width:300px; border:10px solid blue; } div.box { box-sizing:border-box; -moz-box-sizing:border-b 阅读全文

posted @ 2017-01-21 16:30 程序员入门到放弃 阅读(114) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script type="text/javascript"> var name = 'this 阅读全文

posted @ 2017-01-21 15:25 程序员入门到放弃 阅读(90) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script type="text/javascript"> var name = "this 阅读全文

posted @ 2017-01-21 15:21 程序员入门到放弃 阅读(104) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script type="text/javascript"> var name = 'this 阅读全文

posted @ 2017-01-21 15:17 程序员入门到放弃 阅读(109) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script type="text/javascript"> var name = 'this 阅读全文

posted @ 2017-01-21 15:11 程序员入门到放弃 阅读(89) 评论(0) 推荐(0)

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> *{margin:0;padding:0;border:0;font-fami 阅读全文

posted @ 2017-01-21 14:40 程序员入门到放弃 阅读(244) 评论(0) 推荐(0)

摘要: <html> <head> <title></title> <meta charset="utf-8"> <style> *{ margin:0; padding:0; } ul{ list-style: none; } body{ background: #f5f5f5; font-family: 阅读全文

posted @ 2017-01-21 14:35 程序员入门到放弃 阅读(148) 评论(0) 推荐(0)

2017年1月19日

摘要: 阅读全文

posted @ 2017-01-19 20:36 程序员入门到放弃 阅读(1191) 评论(0) 推荐(0)

摘要: <script type="text/javascript"> /* 示例用一个对象组合表示学校中的课程 'Lecture'类 用name和teacher作为参数 */ function Lecture(name,teacher){ this.name=name; this.teacher=teac 阅读全文

posted @ 2017-01-19 20:34 程序员入门到放弃 阅读(94) 评论(0) 推荐(0)