js变量提升

Variables declared with var in the global scope and variables declared with var in the scope of the function and functions declared with the function command, the program will automatically ra ...