一:實現打電話或發短信html
<a href="tel:10086">撥打10086</a> <a href="sms:10086">發短信</a>
二:實現打開相冊htm
<input type="file" accept="image/*"/>
三:實現打開相機blog
<input type="file" capture="camera" accept="image/*"/>