typescript 日志1

typescript中let相当于JavaScript中的var,const 相当于java中的final,所定义的变量值不能改变,在typescript中,最好不要用var



你可能感兴趣的:(typescript 日志1)