$("#image")[0].src = "data:image/png;base64," + data;
判断未定义变量
a==“undefied”或者是Object.is(a,undefined)d都会报错停止运行
typeof a//undefined这样防止报错停止运行