把文件域表单的『浏览』按钮文字替换成自定义文字<form name="form1" enctype="multipart/form-data" action=""> <input type="text" id="input1"> <input type="button" id="btn1" onclick="myfile.click();" value="Browse..."> <input type="file" id="myfile" onchange="input1.value=this.value" style="display:none"></form>更换红色部文字。