<html>
<head>
<title>inputnone</title>
<style>
</style>
<!--不需要再次引用jquery-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<div style="margin-left:200px;margin-top:100px;">
<input type="text" id="text1">
//accept=".jpg,.png"
<input type="file" id="file" accept=".jpg,.png">
</div>
</body>
</html>
结果:

本文介绍了一个简单的HTML页面,该页面包含一个文本输入框和一个文件上传输入框,其中文件上传框限制了只能选择.jpg和.png两种图片格式。
&spm=1001.2101.3001.5002&articleId=81916972&d=1&t=3&u=8b99e410e0984ee5b8ae8f8096051640)
6019

被折叠的 条评论
为什么被折叠?



