如:myarr.length和mydate.getDay()
length 不是方法,是属性,调用方法都有括号
你可以把它想象成"任何东西都是变量"比如var fun = function test(){alert("haha");}fun是变量,变量类型是函数