PHP代码样例:
$OpenAPI="http://hotbook.nbt.edu.cn/api/openapi.php?uid=yourid";
$json=file_get_contents($OpenAPI);
$arr=json_decode($json, true);//获取的JSON数据转换成数组
if(count($arr)<1){exit($json);}//如果出错,输出错误信息
foreach($arr as $bookarr){//循环得到每一本书的数组$bookarr
echo '<a href="'.$bookarr['url'].'" target="_blank">
<img src="'.$bookarr['img'].'" width="115" height="148" />
<br>'.$bookarr['ti']."</a><br>
<hr width=115 align=left>";
}
样例效果:
Warning: count(): Parameter must be an array or an object that implements Countable in /home/www/hotbook.nbt.edu.cn/api/testapi.php on line 27
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/www/hotbook.nbt.edu.cn/api/openapi.php on line 45
[{"ti":"\u94a2\u94c1\u662f\u600e\u6837\u70bc\u6210\u7684\uff0e\u4e0a\u518c","au":"[\u82cf]\u5965\u65af\u7279\u6d1b\u592b\u65af\u57fa","puber":"\u5317\u65b9\u5987\u5973\u513f\u7ae5\u51fa\u7248\u793e","py":"2012","isbn":"7538534276","img":"202411\/21\/7538534276.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146899"},{"ti":"\u6700\u65b0\u5927\u5b66\u82f1\u8bed\u516d\u7ea7\u8003\u8bd5\u5b9d\u5178\u6539\u9519\u4e0e\u7b80\u7b54","au":"\u66f2\u8273","puber":"\u5916\u6587\u51fa\u7248\u793e","py":"2000","isbn":"7119026046","img":"202411\/21\/7119026046.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146892"},{"ti":"\u5357\u65b9\u6843\u4f18\u8d28\u751f\u4ea7\u6280\u672f","au":"\u8521\u51ac\u5143","puber":"\u4e2d\u56fd\u519c\u4e1a\u5927\u5b66\u51fa\u7248\u793e","py":"2009","isbn":"9787811174564","img":"202411\/21\/9787811174564.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146902"},{"ti":"AIGC\u91cd\u5851\u6559\u80b2 : AI\u5927\u6a21\u578b\u9a71\u52a8\u7684\u6559\u80b2\u53d8\u9769\u4e0e\u5b9e\u8df5","au":"\u5218\u6587\u52c7","puber":"\u673a\u68b0\u5de5\u4e1a\u51fa\u7248\u793e ","py":"2023","isbn":"9787111737445","img":"202411\/21\/9787111737445.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146900"},{"ti":"\u6700\u65b0\u5927\u5b66\u82f1\u8bed\u56db\u7ea7\u8003\u8bd5\u5b9d\u5178\u5b8c\u578b\u586b\u7a7a\u4e0e\u7b80\u7b54","au":"\u66f2\u8273","puber":"\u5916\u6587\u51fa\u7248\u793e","py":"2000","isbn":"7119026011","img":"202411\/21\/7119026011.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146893"},{"ti":"\u9b4f\u8001\u5e08\u5927\u4f17\u5feb\u4e50\u7ec4\u5408\u82f1\u8bed\u8282\u62cd\u6b4c","au":"\u9b4f\u6167\u73cd","puber":"\u53f0\u6d77\u51fa\u7248\u793e","py":"2008","isbn":"9787801416117","img":"202411\/21\/9787801416117.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146901"},{"ti":"\u600e\u6837\u505a\u4e2a\u597d\u5458\u5de5","au":"\u8bb0\u5de5","puber":"\u5185\u8499\u53e4\u5c11\u5e74\u513f\u7ae5\u51fa\u7248\u793e","py":"2004","isbn":"7531212277","img":"202411\/21\/7531212277.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146897"},{"ti":"\u4eba\u751f\u611f\u609f\uff1a\u5929\u4f7f\u4e3a\u4ec0\u4e48\u80fd\u591f\u98de\u7fd4","au":"\u738b\u56fd\u534e","puber":"\u5317\u65b9\u5987\u5973\u513f\u7ae5\u51fa\u7248\u793e","py":"2011","isbn":"7538549010","img":"202411\/21\/7538549010.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146898"},{"ti":"\u7070\u59d1\u5a18","au":"\u9648\u5f64","puber":"\u4f5c\u5bb6\u51fa\u7248\u793e","py":"2002","isbn":"7506323532","img":"202411\/19\/7506323532.jpg","url":"http:\/\/hotbook.nbt.edu.cn\/nit\/?clm=book&what=detail&id=146894"}]