預(yù)測(cè)以下代碼片段的輸出結(jié)果:() var student = new Object(); student.study = function() {window.alert(“開(kāi)始學(xué)習(xí)了”); } study();