Table of Contents
批量下载搜狗词库
批量下载,搜狗词库
<?php /*//echo microtime(); echo $start=strtotime(date("Y-m-01"))."<br/>"; echo urlencode(iconv("UTF-8","GB2312//IGNORE","中国的") ); echo urlencode("/"); require_once "pinyin.php"; $pinyin=new PY_deal(); echo join($pinyin->pinyin("麦包包批发,[魅惑/微光摇曳/青春密语]三种款式,自由选择!现只需50元/款!"));*/ $fp=fopen("dictory.txt", "a+"); for($i=1;$i<=4;$i++){ $curl=curl_init(); $url="http://pinyin.sogou.com/dict/search.php? word=%B0%A2%C0%EF%B0%CD%B0%CD%B2%FA%C6%B7%B4%CA%BB%E3&type=0&personal=1&page={$i}"; $options=array(CURLOPT_URL=>$url,CURLOPT_RETURNTRANSFER=>true,CURLOPT_HEADER=>false); curl_setopt_array($curl, $options); $rs=curl_exec($curl); curl_close($curl); $pattern_list="/\<dl\s+class\=\"dictlist\"\>([\S\s]+)?\<\/dl\>/i"; preg_match_all($pattern_list,$rs,$match); $rs=$match[1][0]; $pattern="/\?id=(\d+?)\"/i"; preg_match_all($pattern,$rs,$match); $rs=$match[1]; foreach($rs as $v){ $link="http://pinyin.sogou.com/dict/download_txt.php?id={$v}"; $curl=curl_init(); $options=array(CURLOPT_URL=>$link,CURLOPT_FILE=>$fp,CURLOPT_HEADER=>false); curl_setopt_array($curl, $options); curl_exec($curl); curl_close($curl); } } fclose($fp); ?>
Copy after login
2. PHP代码
$fp=fopen("dictory.txt", "a+"); for($i=1;$i<=4;$i++){ $curl=curl_init(); $url="http://pinyin.sogou.com/dict/search.php? word=%B0%A2%C0%EF%B0%CD%B0%CD%B2%FA%C6%B7%B4%CA%BB%E3&type=0&personal=1&page={$i}"; $options=array(CURLOPT_URL=>$url,CURLOPT_RETURNTRANSFER=>true,CURLOPT_HEADER=>false); curl_setopt_array($curl, $options); $rs=curl_exec($curl); curl_close($curl); $pattern_list="/\<dl\s+class\=\"dictlist\"\>([\S\s]+)?\<\/dl\>/i"; preg_match_all($pattern_list,$rs,$match); $rs=$match[1][0]; $pattern="/\?id=(\d+?)\"/i"; preg_match_all($pattern,$rs,$match); $rs=$match[1]; foreach($rs as $v){ $link="http://pinyin.sogou.com/dict/download_txt.php?id={$v}"; $curl=curl_init(); $options=array(CURLOPT_URL=>$link,CURLOPT_FILE=>$fp,CURLOPT_HEADER=>false); curl_setopt_array($curl, $options); curl_exec($curl); curl_close($curl); } } fclose($fp);
Copy after login
以上就是批量下载搜狗词库的内容,更多相关内容请关注PHP中文网(www.php.cn)!
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
Assassin's Creed Shadows: Seashell Riddle Solution
4 weeks ago
By DDD
What's New in Windows 11 KB5054979 & How to Fix Update Issues
3 weeks ago
By DDD
Where to find the Crane Control Keycard in Atomfall
4 weeks ago
By DDD
How to fix KB5055523 fails to install in Windows 11?
2 weeks ago
By DDD
InZoi: How To Apply To School And University
3 weeks ago
By DDD

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
