摘要: ‘\r'是回车,前者使光标到行首,(carriage return)'\n'是换行,后者使光标下移一格,(line feed)\r 是回车,return\n 是换行,newline对于换行这个动作:unix下一般只有一个0x0A表示换行("\n"),windows下一般都是0x0D和0x0A两个字符 阅读全文
posted @ 2018-05-23 16:23 MJay_Lee 阅读(1880) 评论(0) 推荐(0)
摘要: *http://html5doctor.com/nav*http://html5doctor.com/article*http://html5doctor.com/section*http://html5doctor.com/asidehttp://html5doctor.com/divhttp:/ 阅读全文
posted @ 2018-05-23 16:01 MJay_Lee 阅读(8613) 评论(1) 推荐(0)
摘要: CSS,cascading style sheet,层叠样式表,请留意层叠概念。 css3为了区分伪类和伪元素,伪元素采用双冒号写法。 常见伪类——:hover,:link,:active,:target,:not(),:focus。 常见伪元素——::first-letter,::first-li 阅读全文
posted @ 2018-05-23 08:18 MJay_Lee 阅读(344) 评论(0) 推荐(0)