在Firefox中下载功能

时间:2015-10-26 07:01:46

标签: html firefox download

我已经检查过initMouseEvent现已弃用:https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/initMouseEvent

现在我需要通过其他替代方案激活: 我试过了:

`link`http://jsfiddle.net/8wos7cf8/7/: 
 here: link.setAttribute("download", fileName);

但这个地方不适合我。 你能帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

这似乎是obvoius,但现在是:

旧:

children = elem.getchildren()

新:

children = list(elem)