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。
本文标题:react 导入中的 as
本文链接:https://www.haomeiwen.com/subject/iiutpqtx.html
网友评论