单项选择题

使用()命令定义了模块的对外接口以后,其他JS文件就可以通过()命令加载这个模块。

A.import;export
B.include;include
C.import;@export
D.export;import