摘要: 1.基于字面量JSON方式创建对象 1.1 创建对象并初始化 //缺点:无法通过构造函数来传值,没有类的约束,无法实现对象的重复利用1 var Person = {2 name:"jack",3 age:19,4 say:function(){5 alert(this.nam... 阅读全文
posted @ 2015-07-25 16:54 goodpan 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 本地网站上传服务器后出现以下错误:Server Error in '/' Application.Runtime ErrorDescription:An application error occurred on the server. The current custom error settin... 阅读全文
posted @ 2015-07-25 07:42 goodpan 阅读(1108) 评论(0) 推荐(0) 编辑