1:声明变量 vra a;
声明多个变量 var a,b,d;
2:赋值 var a='scfefew';
3:变量的类型:
字符串 var='edfwefwefew';
数字 var =12321312;
defined;null;布尔;对象;
数组;['sds','sds','qd']
4:检测变量类型 console.log(typeof(var));