我已经检查过initMouseEvent现已弃用:https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/initMouseEvent
现在我需要通过其他替代方案激活: 我试过了:
`link`http://jsfiddle.net/8wos7cf8/7/:
here: link.setAttribute("download", fileName);
但这个地方不适合我。 你能帮我解决这个问题吗?
答案 0 :(得分:0)
这似乎是obvoius,但现在是:
旧:
children = elem.getchildren()
新:
children = list(elem)