微信扫一扫
function Test(b){ this.d=3; var a=1; function c(){ } } Test(123) console.log(window.d) //
运行结果
相关推荐