Ps:Longhand表示常规写法,Shorthand表示简写形式 1、当同时声明多个变量时,可简写成一行 //Longhand let x; let y = 20; //Shorthand let x, y = 20; 2、利用解构,可为