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