paul_cheung

导航

2013年7月24日 #

JavaScript私有方法

摘要: some concepts: Java is from Sun Microsystem Inc., andJavaScript, called LiveScript before,is from Netscape; those two languages has little relationship with each other. Just their names confuse us. 个人一直以为javascript中没有私有成员(变量和方法)的说法,直到看完此文云雾骤散。1.对象 Arrays, Functions, Objects都是对象。Objects是name-valu... 阅读全文

posted @ 2013-07-24 16:27 paul_cheung 阅读(344) 评论(0) 推荐(0)