function a(xx){ this,x=xx; return this }; var x= a(5);var y=a(6); console.log(x.x); console.log(y.x); 请问控制台输出的是什么
本文标题:心机面试题2
本文链接:https://www.haomeiwen.com/subject/wvxkaqtx.html
网友评论