h5调用手机照相机

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<input accept="image/*" type="file" capture="camera" name="file" accept=".gif,.jpg,.jpeg,.png">
<input type="file" accept="image/*;capture=camera">
</body>
</html>

猜你喜欢

转载自blog.csdn.net/qq_21262357/article/details/70225259
今日推荐