main.html 285 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>网点信息</title> </head> <body> <label>照相机</label> <input type="file" id='image' accept="image/*" capture='camera'> <br> <label>图片</label> <input type="file" id="file" multiple> </body> </html>