commonjs AMD CMD
CommonJS定义的模块分为:{模块引用(require)} {模块定义(exports)} {模块标识(module)}
AMD(异步模块定义)
CMD 推崇依赖就近,AMD 推崇依赖前置。在 CMD 规范中,一个模块就是一个文件
VCenterDriver::VIClient.new.vcenter_networks
CommonJS定义的模块分为:{模块引用(require)} {模块定义(exports)} {模块标识(module)}
AMD(异步模块定义)
CMD 推崇依赖就近,AMD 推崇依赖前置。在 CMD 规范中,一个模块就是一个文件
VCenterDriver::VIClient.new.vcenter_networks