分享WEBAPP利用純HTML5實現撥打電話,打開相冊,打開攝像頭源碼

一:實現打電話或發短信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/*"/>
相關文章
相關標籤/搜索