var greeting=function(name) {console.log("Great to see you," +name);} greeting("Tina")var mystr="Hello World";document.write(mystr); 查看完整描述