html 使用 form 上传文件

创建日期: 2024-03-27 11:29 | 作者: 风波 | 浏览次数: 10 | 分类: 前端

来源:https://www.w3schools.com/howto/howto_html_file_upload_button.asp

<form action="/action_page.php">
  <input type="file" id="myFile" name="filename">
  <input type="submit">
</form>
10 浏览
11 爬虫
0 评论