在開發中,檔案上傳必不可少, 是常用的上傳標籤,但是它長得又醜、瀏覽的字樣不能換,我們一般會用讓,隱藏,點其他的標籤(圖片等)來時實現選擇檔案上傳功能。 看程式碼: 複製程式碼 程式碼如下: 程式碼如下: 程式碼如下: script> <BR><style type="text/css"> <BR>._box <BR>{ <BR>width: 119px; <BR>height: 37px; <BR>background-color: #53AD3F; >background-image: url(images/bg.png); <BR>background-repeat: no-repeat; <BR>background-position: 0 0; <BR>background-attachment: scroll; <BR>line-height : 37px; <BR>text-align: center; <BR>color: white; <BR>cursor: pointer; <BR>} <BR>.none <BR>{ <BR>width: 0px;; : 0px; <BR>display: none; <BR>} <BR> <BR><title>js 實作input file 檔案上傳/> <BR> <BR>< body> <BR><form id="form1" runat="server" method="post" enctype="multipart/form-data"> <BR><div> <BR><div class="_box">選擇圖 div>