<input type="file" id="test" name="test" accept="application/msword,text/plain,application/pdf"/>
这是在Windows中工作,但在ubunthu中,它只接受pdf文件
<input type="file" id="test" name="test" accept=".pdf,.doc"/>
扩展名应以点“.”开头.并用逗号分隔“,”