• 中文系统 上传file的input显示英文


            <input type="file" id="inputFile" name="inputFile" style="display:none" onchange="changeAgentContent()" />
            <input type="text" value="" disabled id="inputFileAgent" />
            <input type="button" onclick="document.getElementById('inputFile').click()" value="Browse..." />
            <script type="text/javascript">
                function changeAgentContent(){
                    document.getElementById("inputFileAgent").value = document.getElementById("inputFile").value;
                }
            </script>
    

      

  • 相关阅读:
    【leetcode】1230.Toss Strange Coins
    2018.12.25 SOW
    L203 词汇题
    L202
    L201
    L200
    2018
    2018.12.21 Cmos- RF
    L198
    L196 Hospital educations
  • 原文地址:https://www.cnblogs.com/frostbelt/p/2614956.html
Copyright © 2020-2023  润新知