首頁 > 問答 > 主體
var obj = {}; Object.defineProperty(obj, "name", { get : function(){ return this._name;}, set: function(val){ this._name = val;} });
那要如何監聽 var string="a" 的string變數變化呢?
高洛峰2017-06-05 11:14:55
雷雷