摘要:
480px以下,480px-640px,640px-1024px,1024px以上 static:静止的,不变的,not change or move adaptive:能适应的, having the ability or tendency(常发生的行为,倾向) to adapt to diffe 阅读全文
摘要:
对象是Object数据类型的值 对象是一组没有特定顺序的值 其中每个值都有一个名字,从而,对象看起来就像是一组名值对。 创建并定义对象的方法 1. var person = new Object(); person.name = 'Carolina'; person.age = 29; person 阅读全文