typescript的import问题

为什么ts中是这样写的

import * as Path from 'path'

es是

import Path from 'path'
阅读 3.1k
1 个回答
推荐问题