代码
<style>
.mfile{color:white;background
-color: #980607;height:20px; border: solid 1px #000; width: 60px;text-align:center;}
</style>

<input type="file" name=browse style="display: none;">
        
<input type="text" name="file1" style="width: 350px">&nbsp;<input type="button" class="mfile" onclick="browse.click();file1.value=browse.value;" value="浏览"><br/>
        
<input type="text" name="file2" style="width: 350px">&nbsp;<input type="button" class="mfile" onclick="browse.click();file2.value=browse.value;" value="浏览"><br/>

 

 

相关文章:

  • 2022-03-07
  • 2021-11-23
  • 2022-12-23
  • 2022-01-08
  • 2021-08-30
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-12-31
  • 2021-11-30
相关资源
相似解决方案