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