一些记录,先放这里先
把一个input file刚选择的图片显示出来的脚本 :
<input name="fileUp" id="fileUp" type="file" onpropertychange="window.all.img.src=this.value;" />
<img id="img" height="120" alt="已选择图片" width="100" />
<input name="fileUp" id="fileUp" type="file" onpropertychange="window.all.img.src=this.value;" />
<img id="img" height="120" alt="已选择图片" width="100" />
浙公网安备 33010602011771号