Home > php教程 > php手册 > 成语接龙API,数据库已收录数万条成语

成语接龙API,数据库已收录数万条成语

WBOY
Release: 2016-06-06 19:37:02
Original
4997 people have browsed it

可以用来做一些娱乐项目,一起来成语接龙,还能判断接收的值是不是成语。 无 ?php /** * 茉莉机器人网站:http://www.itpk.cn * 茉莉机器人在线体验:http://www.itpk.cn/experience.php */header("Content-type:text/plain; charset=utf-8");//成语【一马当

可以用来做一些娱乐项目,一起来成语接龙,还能判断接收的值是不是成语。
<?php 

/**
 * 茉莉机器人网站:http://www.itpk.cn
 * 茉莉机器人在线体验:http://www.itpk.cn/experience.php
 */

header("Content-type:text/plain; charset=utf-8");

//成语【一马当先】的成语接龙,更多功能尽在官网
$result = file_get_contents("http://i.itpk.cn/api.php?question=@cy一马当先");

echo $result;

?>
Copy after login
source: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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template