摘要: <html><head><style> .short{height:50px;width:55px;float:left;}</style></head><body><script>var xianshi="";var shuzi="";var huanchun="";//如果连续输入数字,则累加其 阅读全文
posted @ 2016-12-24 14:58 Khazix 阅读(268) 评论(1) 推荐(1) 编辑
摘要: 初级篇 选择器 元素选择器css:h1{color: red}html:<h1> hello world </h1>类型选择器css:koo{color: red}html:<koo> hello world </koo>属性选择器css:[title]{color: red} //指定属性html 阅读全文
posted @ 2016-12-24 00:56 Khazix 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 初级篇 选择器 元素选择器css:h1{color: red}html:<h1> hello world </h1>类型选择器css:koo{color: red}html:<koo> hello world </koo>属性选择器css:[title]{color: red} //指定属性html 阅读全文
posted @ 2016-12-24 00:56 Khazix 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 需要工具extundelete(可通过xshell上传下载到linux)知识点:ifconifig eth0 查看ipfdisk /dev/sda 管理磁盘mkfs.ext4 /dev/sda4 格式化sda4分区为ext4的文件系统分区mount /dev/cdrom /mnt/ 挂载光驱umou 阅读全文
posted @ 2016-12-24 00:54 Khazix 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 问元素方法:document.getElementById('id')document.getElementsByTagName('tagname')document.getElementsByClassName('class')节点操作方法:appendChild()removeChild()re 阅读全文
posted @ 2016-12-24 00:52 Khazix 阅读(112) 评论(0) 推荐(0) 编辑