引用jquery,输出跟课件不一样。
这节输出的是:function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced' return new jQuery.fn.init( selector, context, rootjQuery ); }
为什么跟老师课件中输出的不一样。
这节输出的是:function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced' return new jQuery.fn.init( selector, context, rootjQuery ); }
为什么跟老师课件中输出的不一样。
2016-11-11
举报