SOURCE

/**
 * 动态加载,有小括号
 */
import(`main.js`).then(()=>{});
/**
 * 静态加载
 */
import xxx from `xxx`;
console 命令行工具 X clear

                    
>
console