BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form accept="image/gif, image/jpeg" action="demo_form.php"> First name: <input name="fname" type="text"><br> Last name: <input name="lname" type="text"><br> Your image: <input id="pic" name="pic" type="file"><br> <input type="submit" value="提交"> </form> <p><b>注意:</b>几乎所有的主流浏览器都不支持 accept 属性。</p> </body> </html>
运行结果