(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) {})
添加回答
举报
0/150
提交
取消