如何使 <input type="file"/> 只接受 .py 和 .json 文件

How to make <input type="file"/> accept only .py and .json files

我试图只导入 .py.json 文件,并传递 accept as text/x-python-script, application/json, text/x-python

在 windows OS 中,只能导入 .json 文件,不能导入 python 文件。

传递 python 文件的文件扩展名而不是 MIME 类型

<input type="file" accept="application/json,.py" />

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers