上一篇
JS基础知识储备-一
一、预编译1、预编译前奏JavaScript执行三部曲:我们知道,JS是解释性语言,解释一行执行一行,但是在解释执行之前,他会进行两个过程,语法分析和预编译,语法分析就是他会把正片JS代码扫描一遍,看看有没有语法错误,接下来进行的就预编译。
2020-07-26
下一篇
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-06-04