gpt4 book ai didi

javascript - 通过 oncontextmenu 事件打开文件对话框

转载 作者:行者123 更新时间:2023-11-30 06:26:29 24 4
gpt4 key购买 nike

我试图通过“oncontextmenu”事件打开文件对话框,但没有成功!我可以通过其他事件来做到这一点,但只有“oncontextmenu”不起作用。

<html>
<head>
<script type="text/javascript">
function wrapper(ev)
{
ev.preventDefault();
document.getElementById('file').click();
return false;
}
</script>
</head>
<body>

<input id="button" type="button" oncontextmenu="wrapper(event)">
<input id="file" type="file">

</body>
</html>

我想知道解决方案或为什么它不起作用。感谢阅读。

最佳答案

它不起作用,因为某些浏览器不允许以编程方式触发文件输入。参见 this question对此进行了多次尝试,但都取得了令人怀疑的成功。

关于javascript - 通过 oncontextmenu 事件打开文件对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20793546/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com