<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>html5响应式触屏移动端音频播放器</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" href="/api/jq/5733e32adaa13/css/audio.css" />
<audio preload="auto" controls>
<source src="/api/jq/5733e32adaa13/js/audio.mp3" />
<source src="/api/jq/5733e32adaa13/js/audio.ogg" />
<source src="/api/jq/5733e32adaa13/js/audio.wav" />
<div id="copyright">Music by <a href="#">手册网</a></div>
<script src="/api/jq/5733e32adaa13/js/jquery.js"></script>
<script src="/api/jq/5733e32adaa13/js/audioplayer.js"></script>
$('audio').audioPlayer();