import React from 'react' 只导入 是 React。
而 import * as React from 'react' 导出所有,并命名为 React。
而 import hash as Router from 'react' 导出hash,并命名为 Router。
import React from 'react' 只导入 是 React。
而 import * as React from 'react' 导出所有,并命名为 React。
而 import hash as Router from 'react' 导出hash,并命名为 Router。