javascript渣 搞了n就才明白
要回调是json格式 ~~
<html>
<title>jsonp</title>
<head>
</head>
<script>
function searchJsonCallback(json){
alert(JSON.stringify(json))
}
</script>
<script src="http://cgi.music.soso.com/fcgi-bin/fcg_search_xmldata.q?source=10&w=test"></script>
</html>