在这个页面上 http://entropy.tmok.com/~gauze/canvas/load.html
我收到错误:TypeError:this._createNode 不是函数
与此功能有关:
Kinetic.Node.create = function(json, container) {
return this._createNode(JSON.parse(json), container);
};
我正在使用的 json 字符串是从 stage.toJSON() 调用中复制粘贴的,当我在上面的那个函数上中断时,this
根据 firebug 的值是“Window load.html”。
有什么帮助吗?