C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2013年9月4日
摘要: shape.prototype = { getEdge:function(){ return this.edge; }, getArea:function(){ return this.a*this.b; }}function shape(edge, a, b){ this.edge = edge; this.a = a; this.b = b;}//三角形继续形状triangle.prototype = new shape();triangle.prototype.getName = function(){alert('I... 阅读全文
posted @ 2013-09-04 00:31 思齐_ 阅读(350) 评论(0) 推荐(0) 编辑