单项选择题
A.应用复杂 B.需要长期维护 C.对性能要求苛刻 D.短期项目
A.helloWorld B.undefined C.程序报错bar is not defined D.null
A.foo函数存在函数提升 B.在函数内部的a变量存在变量提升 C.打印的结果是2 D.打印的结果是undefined