/* 一二楼防吞*/ <input type = "file" id="fileCon" onchange="fileChange()"> <script> function fileChange(){ var file= document.getElementById("fileCon").files[0]; if(/image\/\w+/.test(file.type)){ alert("对对对这就是图片") } } </script
/* 一二楼防吞*/ <input type = "file" id="fileCon" onchange="fileChange()"> <script> function fileChange(){ var file= document.getElementById("fileCon").files[0]; if(/image\/\w+/.test(file.type)){ alert("对对对这就是图片") } } </script