大鳥的學習樂園
          路漫漫其修遠兮,吾將上下而求索
          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

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


          網站導航:
           
          主站蜘蛛池模板: 泗阳县| 巴青县| 翼城县| 新蔡县| 赤峰市| 新宾| 囊谦县| 高陵县| 星座| 承德县| 汾阳市| 晋江市| 瓮安县| 凌云县| 合作市| 司法| 安岳县| 东方市| 龙游县| 泰州市| 邢台县| 陇西县| 绵阳市| 南昌县| 绍兴县| 贵德县| 陆河县| 巨鹿县| 南岸区| 新乐市| 广宁县| 墨江| 重庆市| 敖汉旗| 华容县| 白银市| 贵溪市| 新化县| 连州市| 双桥区| 淳化县|