摘要: 单文件上传 <!--记得要使用post方法,和指定格式--> <form action="/LayUI/up" method="post" enctype="multipart/form-data"> <input type="file" name="file"><br> <input type=" 阅读全文
posted @ 2021-07-28 22:34 Yuriki 阅读(140) 评论(0) 推荐(0)