用前端语言历遍本地文件夹下的图片文件

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>遍历文件夹</title> <style> img { width: 200px; height: auto; display: block; margin-bottom: 10px; } </style> </head> <body> <input type="file"...

2024-06-19 · 甲拉古日