我已经检查过initMouseEvent现在被废弃了:https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/initMouseEvent
现在我需要通过其他方法激活:我尝试了:
`link`http://jsfiddle.net/8wos7cf8/7/:
here: link.setAttribute("download", fileName);但这条路不适合我。你能帮我解决这个问题吗?
发布于 2015-12-13 21:31:35
这听起来很明显,但在这里:
旧:
children = elem.getchildren()新的:
children = list(elem)https://stackoverflow.com/questions/33340114
复制相似问题