// good 大括号内前后必须没有空格
let foo: any = <img width={100} />;
let bar: any = <div style={{ color: 'red' }} />;
