【怎么在帖子里添加BGM啊】
用户:
小假LittleFalse查看:0 回复:15 评论:0 创建时间:2017-10-12T18:06:01
回复
上一页第 1 页 / 共 1 页下一页
杰鸽你不知道?
点赞0
杰鸽这是一个很高深的问题
php代码:
- <?php
- $u = $_GET['u'];
- $type = $_GET['t']?$_GET['t']:’mp3′;
- $con = ‘http://s.plcloud.music.喵fcgi-bin/fcg_yqq_song_detail_info.fcg?songmid=’.$u;
- preg_match(‘|var g_SongData = ({.*});|’,file_get_contents($con),$data);
- $obj = json_decode(format_ErrorJson(iconv(‘GBK’, ‘UTF-8′, $data[1])));
- $id = $obj->id;
- //$mid = $obj->songmid;
- $url = ‘http://t喵usic24.tc.喵’.$id.’.’.$type;
- header(‘Location: ‘.$url);
- function format_ErrorJson($data)
- {
- $con = str_replace(‘\”,’“‘,$data);//替换单引号为双引号
- $con = preg_replace(‘/(\w+):[ {]?((?<YinHao>”?).*?\k<YinHao>[,}]?)/is’, ‘“$1″: $2‘,$con );//若键名没有双引号则添加
- return $con;
- }
点赞0
杰鸽
$(document).ready(function() {
var iframeWindow = document.getElementById("my-iframe-id").contentWindow;
iframeWindow.addEventListener("load", function() {
var doc = iframe.contentDocument || iframe.contentWindow.document;
var target = doc.getElementById("my-target-id");
target.innerH喵L = "Found it!";
});
});
点赞0
杰鸽把这些都输入作品发布区
点赞0
杰鸽然后删掉
点赞0
杰鸽你又不做网站
点赞0
杰鸽
找到网易云音乐,打开
有个外链播放器
点赞0
杰鸽复制html代码
然后粘贴到作品区
就好了
点赞0
幻_想@梦想家·小帅 一件简单的事情偏要这么搞……666……@假·猫老祖 我在喵上发给你了
点赞0
假编程猫258
然后复制代码,粘贴到作品区,就行了(我不是复制小帅的话)
点赞0