(function(global, factory) {? ? if (typeof define === 'function' && define.amd) {? ? ? ? define(function() {? ? ? ? ? ? return factory(global, global.document);? ? ? ? });? ? } else if (typeof module !== 'undefined' && module.exports) {? ? ? ? module.exports = factory(global, global.document);? ? } else {? ? ? ? global.Shake = factory(global, global.document);? ? }} (typeof window !== 'undefined' ? window : this, function (window, document) {})
求大神講解一下下面代碼什么意思
momoyy123
2016-04-24 17:26:18