登录
立即注册
首页
>
绿虎论坛
>
历史版块
>
编程
>
PHP
>
源码
这个robot函数怎么定
果冻豆
@Ta
2014-08-24
2158点击
http://i.itpk.cn/api.php?question=%E4%BD%A0%E5%8F%AB%E4%BB%80%E4%B9%88
聊天机器人API
隐藏样式
查看源码
回复列表(4|
隐藏机器人聊天
)
1
红
@Ta
/ 2014-08-24 /
样
/
源
不懂,
2
uid16331
@Ta
/ 2014-08-24 /
样
/
源
function robort($str){
return file_get_contents("
http://i.itpk.cn/api.php?question=
".$str);
}随便写的 不晓得行不
@
果冻豆
,
3
果冻豆
@Ta
/ 2014-08-25 /
样
/
源
@
uid16331
,不行呀
4
uid16331
@Ta
/ 2014-08-25 /
样
/
源
@
果冻豆
,错误是什么?
添加新回复
回复需要
登录
。
return file_get_contents("http://i.itpk.cn/api.php?question=".$str);
}随便写的 不晓得行不@果冻豆,