In JavaScript there is a top-level scope - the global object - and each function gets its own scope, sometimes called the activation object.
確定! 回上一頁