JavaScript 使用=为变量赋值-W3Cschool编程实 2017-07-17 本文已影响0人 linmax // Setup var a; var b = 2; // Only change code below this line var a = 7; var b = a;