07 2015 档案

摘要:1.typeof进行判断typeof 是一个一元运算符,放在运算数之前,运算数可以是任意类型。它返回值是一个字符串,该字符串说明运算数的类型。typeof 一般只能返回如下几个结果: number、string、boolean、function、object、undefined。看下面例子:cons... 阅读全文
posted @ 2015-07-16 23:24 ErduYang 阅读(183) 评论(0) 推荐(0)
摘要:语法:background-position: length || lengthbackground-position: position || position取值:length: 百分数|由浮点数字和单位标识符组成的长度值postion: top | center | bottom | left... 阅读全文
posted @ 2015-07-15 08:10 ErduYang 阅读(315) 评论(0) 推荐(0)