CommonJS modules put their functionality in the module.exports namespace and are usually included using require(pathToModule) in a server-side script.
確定! 回上一頁