9Fav.com

首页 | 工具 | 帮助 |

上传头像close

请将上传的文件限制在300kb以内

上传头像

切换显示方式

«1 2 3 4 5 6 8» 317 

<input type=file name="file1"> <input type="button" value="可以显示file的value" onclick="test()"> <input type=button value=另存为 onclick="javascript:document.execCommand('Saveas',false,file1.value)"> <script> function test(){ alert(file1.value) } </script>

«1 2 3 4 5 6 8» 317