制作仿抖音H5手机播放器
原创1.我今天爬了很多坑,一直想给他们。video和source 的src赋值;赋值总是不可能的。我爬了一个小时的坑给你看;
步骤一 买一部安卓手机或ios手机从http参数传递过去;
function urlPara2(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return r[2];
return null;
};
console.log(urlPara2("url"));
注意:url需要是Android或ios通过http带来的参数;
全码显示;
<!doctype html>
需要其他详细代码联系我
微博:艾米的猫
趁时间不老,试着随心所欲地生活。 笑看过往
QQ/微信:731335498
github: https://github.com/qiqi-zhang/video
版权声明
所有资源都来源于爬虫采集,如有侵权请联系我们,我们将立即删除