工厂类:/** * Created by zzq on 2015/5/15. */module.exports = function(){ this.getProduct = function(){ console.log('重写这个方法获得相应的产品对象!'); }}产品... Read More
posted @ 2015-05-15 16:07 soft.push("zzq") Views(379) Comments(0) Diggs(0)
/** * Created by zzq on 2015/5/15. */ var util = require('util'); var Person = function(){ var myD='1'; this.name = "a", th... Read More
posted @ 2015-05-15 13:38 soft.push("zzq") Views(137) Comments(0) Diggs(0)