编程宝库 - 技术改变世界
编程宝库
编程宝库提供了 JS 在线测试工具,可在线测试 JavaScript 代码,你可以在代码编辑器中输入 JavaScript 代码并点击运行查看结果。
源代码
点击运行
<!DOCTYPE html> <html> <body> <form action="demo_form.asp"> <input type="file" name="pic" accept="image/*"> <input type="submit"> </form> <p><strong>注释:</strong>Internet Explorer 9 以及更早的版本不支持 input 标签的 accept 属性。</p> <p><strong>注释:</strong>鉴于安全考虑,该例不允许您上传文件。</p> </body> </html>
运行结果