main.html 285 Bytes
<!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>