标签:
<audio loop="loop" src="res/tears.mp3" id="media"></audio> <script type="text/javascript"> document.getElementById(‘media‘).play(); document.addEventListener("WeixinJSBridgeReady", function () { WeixinJSBridge.invoke(‘getNetworkType‘, {}, function (e) { document.getElementById(‘media‘).play(); }); }, false); </script>
标签:
原文地址:http://www.cnblogs.com/xueyuwyz/p/4536435.html