How to change the button text of <input type=“file” />? Simply <label class="btn btn-primary"> <i class="fa fa-image"></i> Your text here<input type="file" style="display: none;" name=&quo
添加按钮: <input type="button" name="button" value="浏览" onclick="javascript:openBrowse();" /> <script type="text/javascript"> function openBrowse(){ var ie=navigator.appName=="Microsoft Inte