xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool(w3cschool.cn)</title>
</head>
<body>
<form action="/statics/demosource/demo-form.php">
<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>