$("#myfile").change(function(){ $("#previewImg").attr("src","file:///" + $("#myfile").val()); });
只有IE浏览器能找到