源程序清单(function(root, factory) {if (typeof exports === "object") {// CommonJSmodule.exports = exports = factory();} else if (typeof define === "function" && define.amd) {// AMDdefine([], factory);} else {// Global (browser)root.CryptoJS = factory();}}(this, function() {var CryptoJS = CryptoJS || (function(Math, undefined) {var create = Object.create || (function() {function F() {};return function(obj) {var subtype;F.prototype = obj;subtype = new F();F.prototype = nu...
发表评论取消回复