请考虑以下几点:var o1 = {} var O = function () { return this } var o2 = new O() var o3 = function() {} var o4 = [o1, o1] var output ...
確定! 回上一頁