CommonJS 规范还规定,每个模块内部有两个变量可以使用,require 和module。 require 用来加载某个模块. module 代表当前模块,是一个对象,保存了当前 ...
確定! 回上一頁