<head>
<link rel="apple-touch-icon" href="/custom_icon.png" >
<!-- 不同尺寸 -->
<link rel="apple-touch-icon" size="76x76" href="/custom_icon.png" >
<link rel="apple-touch-icon" size="120x120" href="/custom_icon.png" >
<link rel="apple-touch-icon" size="152x152" href="/custom_icon.png" >
</head>
<!-- 选择图片 -->
<input type="file" accept="image/*" >
<!-- 选择视频 -->
<input type="file" accept="video/*" >
<!-- 选择音频 -->
<input type="file" accept="audio/*" >
<!-- 直接打开相机拍照 -->
<input type="file" accept="image/*" capture="camera" >
<!-- 直接打开相机录像 -->
<input type="file" accept="video/*" capture="camera" >