摘要: 运行结果: 233123123 阅读全文
posted @ 2018-07-27 18:50 MKN 阅读(150) 评论(0) 推荐(0) 编辑
摘要: js获取标签内容和输出内容到页面 获取: html: js: 输出: html: <p id = "finalresult"></p> js: document.getElementById("finalresult").innerHTML = "输出的内容"; 阅读全文
posted @ 2018-07-26 19:51 MKN 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 第一步: 第二步: 第三步: 第四步: 第五步: 第六步: 阅读全文
posted @ 2018-07-25 20:18 MKN 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Java Jdk开发时环境,程序员使用 Jre运行时环境,用户使用 Jdk的配置 1.新建java_home jdk的安装路径 例:C:\Program Files (x86)\Java\jdk1.8.0_20 2.增加path %java_home%\bin; 3.新建classpath .;jd 阅读全文
posted @ 2018-07-25 20:03 MKN 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 选择器 1.标签选择器 用标签名进行选择 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> p{ color:blue; } </style> </head> <b 阅读全文
posted @ 2018-07-25 20:01 MKN 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 代码: 阅读全文
posted @ 2018-07-25 19:51 MKN 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-25 19:41 MKN 阅读(19701) 评论(0) 推荐(0) 编辑
摘要: html代码: css代码: 图片: 阅读全文
posted @ 2018-07-25 19:35 MKN 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 内边距与外边距: 阅读全文
posted @ 2018-07-25 19:31 MKN 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 选择器:标签选择器、id选择器、类选择器 标签中: <p style="color:blue;"></p>:修饰p标签的字体颜色 <p style="color:#BC8F8F"></p> <p style="color:rgb(205,92,92)"></p> <head>中: <style ty 阅读全文
posted @ 2018-07-25 11:43 MKN 阅读(121) 评论(0) 推荐(0) 编辑