http://top.luluit.top中用到了PHP正则的知识
头条视频的链接有多种,为了统一,把数字提取出来构造地址
http://toutiao.com/group/article/6309723881192227073
http://m.toutiao.com/group/article/6309723881192227073?from……
http://toutiao.com/a6309723881192227073/
http://toutiao.com/group/article/6309723881192227073
http://m.toutiao.com/group/article/6309723881192227073?from……
http://toutiao.com/a6309723881192227073/
最后构造成这个
http://toutiao.com/a6309723881192227073/
http://toutiao.com/a6309723881192227073/
[v_act]用到这个函数preg_match[/v_act]
[v_blue]正则式:/([0-9]{19})/ 匹配19位数[/v_blue]
1 2 3 4 |
if(preg_match('/([0-9]{19})/',$_url,$arry)) { $url="http://toutiao.com/a".$arry[0]; } |
发表评论
要发表评论,您必须先登录。