摘要: 1.1 Core JavaScript This section is a tour of the JavaScript language. Types, Values, and Variables // variable is a symbolic name for a value.// Variables are declared with the var keyword:var ... 阅读全文