Skip to content

Instantly share code, notes, and snippets.

@tsq
Created September 2, 2014 06:45
Show Gist options
  • Save tsq/5f0d3c501dffbf8415aa to your computer and use it in GitHub Desktop.
Save tsq/5f0d3c501dffbf8415aa to your computer and use it in GitHub Desktop.
baiduMusic测试代码
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script src="jquery.min.js"></script>
<script>
$(function(){
var url = "http://180.76.22.36/data2/music/44642668/44265869190800128.mp3?xcode=3d1e435b4a60878d603e4de935a2edff10dd908877013d63";
$.ajax(url, {
"mimeType":"audio/mpeg"
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment