摘要:
不要在类构造器内实例化当前对象也就是说不要将类class当做function使用 请抛弃旧有的编码习惯: function Element (tagName, props, children) { if (!(this instanceof Element)) { if (!_.isArray(ch 阅读全文
摘要:
报错详尽信息 Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. 关键词 前言 最近在做一个创意类的图片合成工具,大概齐就 阅读全文