jQuery核心,样板:工厂&模块

时间:2017-05-31 19:35:40

标签: jquery module core

深入了解核心jQuery以更好地理解JS库的构建方式。

( function( global, factory ) {

    "use strict";
    if ( typeof module === "object" && typeof module.exports === "object" ) {

我相信这是检查窗口模块以优化javascript的样板。我在我的代码中运行了alert(typeof module),但它不知道是什么模块。 jQuery如何访问它但我不知道?

提前致谢。

0 个答案:

没有答案