beexpectedone

Results 1 comments of beexpectedone

> 想问下最后那两个题 > > ```js > var obj = { > valueOf: function() { > return {a:1}; > }, > toString:function(){ > return 0; > } > }; > >...