大鳥的學習樂園
          路漫漫其修遠兮,吾將上下而求索
          posts - 26,comments - 27,trackbacks - 0
          function User(properties){
          for(var p in properties) {
          (function(which){
          which["get" + p] = function(){
          return properties[p];
          };
          which["set" + p] = function(val){
          properties[p] = val;
          };
          })(this);
          }
          }
          var user = new User({"name":"tom","age":"444"});
          alert(user.name);
          alert(user.getname());
          user.setage(222);
          alert(user.getage());
          posted on 2011-05-29 18:37 大鳥 閱讀(124) 評論(0)  編輯  收藏 所屬分類: javascript

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 通山县| 太原市| 武隆县| 仁怀市| 玉溪市| 布拖县| 菏泽市| 上虞市| 六枝特区| 宁陵县| 土默特右旗| 五寨县| 榆中县| 玉屏| 津市市| 全州县| 紫阳县| 综艺| 大名县| 永和县| 佛教| 克什克腾旗| 启东市| 海林市| 福建省| 牡丹江市| 长春市| 遵化市| 陈巴尔虎旗| 商城县| 五常市| 和硕县| 监利县| 东乡族自治县| 阿图什市| 涿鹿县| 双峰县| 涟源市| 百色市| 会东县| 家居|