var a = function(){};a.t = 4;console.log(a)→function(){}為什么log出來的a沒有t這個屬性,只是function(){}
js這樣寫為什么log出來的a沒有t這個屬性
嗶嗶one
2018-09-19 09:10:15