在Index.html中使用$.getScript(“try.js”);引入了try.js
在try.js中使用var tryvar = 15;来定义变量。
又在Index.html中输出tryvar却提示not defined