摘要: 参考链接 http://bbs.csdn.net/topics/390775296/ function People(name){this.name=name;//对象方法this.Introduce=function(){alert("My name is "+this.name);}}//类方法 阅读全文
posted @ 2017-01-09 22:42 土豆zhang 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://www.jianshu.com/p/eecb80ae1b18 http://blog.csdn.net/wolinxuebin/article/details/7615098 其中一种方法(这种方法只是把要居中的元素顶部,用清除浮动的方法顶住了浮动元素的底部,然后再设置po 阅读全文
posted @ 2017-01-09 20:59 土豆zhang 阅读(122) 评论(0) 推荐(0) 编辑