let allows you to declare variables that are limited to a scope of a block statement, or expression on which it is used, unlike the var keyword, which defines a variable globally, or locally to an entire function regardless of block scope. The other difference between var and let is that the latter is initialized to a value only when a parser evaluates it (see below).
參考資料:
MDN web docs - let
[转]总述基金选择的步骤
16 年前
沒有留言:
張貼留言