Created
September 2, 2014 06:45
-
-
Save tsq/5f0d3c501dffbf8415aa to your computer and use it in GitHub Desktop.
baiduMusic测试代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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