关于__defineGetter__ 和__defineSetter__的说明

2019-06-02 20:02:36于丽

      //Using range to retrieve the content of the object    
      textRange.selectNodeContents(this);    
      //only get the content of the object node    
      return textRange.toString();    
      // give innerText the value of the node content    
   }    
);