调用object 的toString 方法,之后比较两者是否相等var C = function(){};C.prototype.toString = function(){ return "abc";}var x = new C();if(x ...
確定! 回上一頁