Skip to content

AMD 模块化

js
define(["axios"], (axios) => {
  doSomething();
  return {};
});

Coded by Yang_Lee