摘要:
1)只IE支持 <input type=file id=file1 /> <input type=button id=btn2 value="清空File" onclick="clearFile('file1')"; /><script> function clearFile(fileId) { var f = document.getElementById(fileId); f.outerHTML = f.outerHTML; }</script>2)兼容<div id=divfil 阅读全文
posted @ 2011-09-01 12:24
leolui
阅读(467)
评论(0)
推荐(0)
浙公网安备 33010602011771号