2010-10-29 24 views

回答

12

您需要重寫所有對象所具有的toString()函數。嘗試

TestObj.prototype.toString = function() {return this.sValue }; 
相關問題