直接看代码来得快:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /><button id="hhhh">按住说话</button> <style type="text/css"> #hhhh{height:40px;line-height: 40px; text-align: center; background: #f00; color:#fff;} </style> <script> document.getElementById('hhhh').addEventListener('touchstart', function(ev) { ev.preventDefault(); this.style.background = '#f00'; //your start record code here... }, false); document.getElementById('hhhh').addEventListener('touchend', function(ev) { ev.preventDefault(); this.style.background = '#0f0'; //your stop record code here... }, false);</script>
微信是一款手机通信软件,支持通过手机网络发送语音短信、视频、图片和文字。微信可以单聊及群聊,还能根据地理位置找到附近的人,带给大家全新的移动沟通体验,有需要的小伙伴快来保存下载体验吧!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号