Loading... 我比较菜qwq 害 <img src="https://www.ipayy.net/usr/themes/handsome/assets/img/emotion/aru/cryingface.png" class="emotion-aru"> 这种方法应该可以qwq > 首先抓取网页源代码 以百度为例 <?php $x= file_get_contents('http://www.baidu.com/'); echo $x; ?> > 然后就是获取当前url地址 <img src="https://www.ipayy.net/usr/themes/handsome/assets/img/emotion/aru/proud.png" class="emotion-aru"> <?php //获取域名或主机地址 echo $_SERVER['HTTP_HOST']; ?> > 组合 <img src="https://www.ipayy.net/usr/themes/handsome/assets/img/emotion/aru/shy2.png" class="emotion-aru"> <?php $x= file_get_contents('http://www.baidu.com/'); $x1 = "%**#".$x; if(strpos($x1,$_SERVER['HTTP_HOST']) > 0){ echo "ok"; } else{ echo "error"; } ?> <img src="https://www.ipayy.net/usr/themes/handsome/assets/img/emotion/aru/crying.png" class="emotion-aru"> <hr class="content-Ideal" style="margin-top:50px" /><blockquote class="content-Ideal" style="font-style:normal"><p class="content-Ideal">版权属于:苏安吖</p><p class="content-Ideal">本文链接:<a class="content-Ideal" href="https://www.ipayy.net/web/26.html">https://www.ipayy.net/web/26.html</a></p><p class="content-Ideal">转载时须注明出处及本声明</p></blockquote> Last modification:February 4th, 2020 at 10:50 am © 允许规范转载 Support 嘤嘤嘤,来打赏点吧ε٩(๑> ₃ <)۶ з ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat
过于硬核。