この記事では、php を使用して Sogou をバッチクエリするサンプルコードを共有します。これは非常にシンプルで実用的です。
PHP バッチクエリ Sogou のランクは非常に高く、主に PHP の file_get_contents() メソッドを使用しています。
?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
date_default_timezone_set('アジア/上海'); header('Content-Type: text/html; charset=utf-8');
@$txt = file_get_contents("list.txt" ); $arr =explode("rn" , トリム($txt));
if(count($txtarr) exit('サイトがありません'); }
foreach($arr as $v){ $sr=file_get_contents("http://rank.ie.sogou.com/sogourank.php?ur=http%3A%2F%2F{$v}%2F"); $sr=str_replace('sogoourrank=','',$sr); if($sr>2){ echo $v." }その他{ 続き; } } |
以上がこの記事の全内容ですが、皆さんに気に入っていただければ幸いです。