var greeting=function(name)
{console.log("Great to see you," +name);}
greeting("Tina")
var mystr="Hello World";
document.write(mystr);
qq___524
相关分类