function rec(){
var mychar="I love JavaScript";
alert(mychar)
}
在function 中是可以定义变量的。在function中定义的变量只有在该function被调用时才会用到