06 2021 档案
使用 FormData 进行 Ajax 请求并上传文件
摘要:<form id="uploadForm"> <p>上传文件:<input type="file" name="file" /></p> <input type="button" value="上传" onclick="upload()" /> </form> function upload() { 阅读全文
posted @ 2021-06-30 15:51 limonyun 阅读(657) 评论(0) 推荐(0)