Skip to content
Yang_Lee
Main Navigation
ECMAScript
React
Preprocessor
Toolkit
Node
Appearance
Menu
Return to top
On this page
AMD 模块化
js
define
([
"axios"
], (
axios
)
=>
{
doSomething
();
return
{};
});
1
2
3
4