<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript">
function a() {        
            document.getElementById("abc").src = document.getElementById("File1").value;
        } 
</script>
</head><body>
<input id="File1" type="file" onchange="a()" />
<img id="abc" /> 
</body>
</html>这段代码在火狐浏览器中不支持,不知道是什么原因,请问那个高手遇到过没有,在IE中很正常。