Skip to content

Instantly share code, notes, and snippets.

@xia0chun
Created June 9, 2014 12:35
Show Gist options
  • Save xia0chun/6222b37cd8c50219fe37 to your computer and use it in GitHub Desktop.
Save xia0chun/6222b37cd8c50219fe37 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://www.aiisen.com/commons/scripts/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$.getJSON("http://daimajia.duapp.com/baidu/?url=http://pan.baidu.com/s/1bn7tXHd&jsoncallback=?",
{www_url:"daimajia.duapp.com"},
function(json) {
document.write((json[0].download));
});
</script>
</head>
<body>
<p></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment