基於網頁的音樂播放器demo http://pan.baidu.com/s/1dDgm7HR
自己diy了一個手機端線上音樂播放器示範地址http://shanxi2014.com/zhuandizhi/dom.php
全面支援手機端瀏覽器。
主要修改引用路徑(不要修改檔案相對存放地址)
第二就是正則拼接參數了
搜狗音樂地址擷取
php$query=$_GET['s'];$q= mb_convert_encoding($query,"GBK","UTF-8");$ew=urlencode($query);$jsrc = "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q={$ew}";$json = file_get_contents($jsrc);$jset = json_decode($json, true);$src=$jset["responseData"]["results"][0]["url"];$image="";$query=urlencode($query);$url="http://mp3.sogou.com/music.so?query={$query}";function curl_get($url, array $get = NULL, array $options = array()){ $defaults = array( CURLOPT_URL => $url. (strpos($url, '?') === FALSE ? '?' : ''). http_build_query($get), CURLOPT_HEADER => 0, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_TIMEOUT => 4 ); $ch = curl_init(); curl_setopt_array($ch, ($options + $defaults)); if( ! $result = curl_exec($ch)) { trigger_error(curl_error($ch)); } curl_close($ch); return $result;}$html=curl_get($url,array(), array());iconv("GB2312","UTF-8//IGNORE",$html); $c="+onclick=\"qqDownload.*http://cc\.stream\.qqmusic\.qq\.com.*\.m4a\?fromtag=52+i"; $elemment=$html; if (preg_match_all($c, $elemment,$matches)){$i=0;$a = array();$t=array();foreach ($matches[0] as $val) { $val=explode("@@", $val, 11); $t[$i]="$val[10]}\" class=\"btn btn-red btn-round\">{$val[1]}
"; $i++; $val[1]=$image.$val[1]; $a[$i]="{title:\"{$val[1]}\",". "m4a:\"{$val[10]}\"},"; } }?>
http://www.bkjia.com/PHPjc/771653.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/771653.htmlTechArticle基於網頁的音樂播放器demo http://pan.baidu.com/s/1dDgm7HR 自己diy了一個手機端線上音樂播放器示範地址http://shanxi2014.com/zhuandizhi/dom.php 全面支援手...