标签:col nbsp rgba str not work root work reg ===
(function (root, factory) { if (typeof define === ‘function‘ && define.amd) { // AMD. Register as an anonymous module. define([], factory); } else if (typeof exports === ‘object‘) { // Node. Does not work with strict CommonJS, but // only CommonJS-like environments that support module.exports, // like Node. module.exports = factory(); } else { // Browser globals (root is window) root.download = factory(); } })(this, function () { return function xxx(foo, bar, barz) { } });
标签:col nbsp rgba str not work root work reg ===
原文地址:https://www.cnblogs.com/johnjackson/p/14275442.html