先说一下,不是外链。
用去哪儿的api,那边给了个例子,http://tuan.cctcct.com/interface/xml/team_list.asp
感觉很奇怪,他asp的怎么显示出来是xml呢?php要如何才能做到这样呢?
这个文件里面有很多list,拿其中一条来说:http://tuan.cctcct.com/interface/xml/team_detail.asp?team_id=1562
后面接有id直接就可以生成了,不需要针对每个去生成一个xml文件,这样就方便多了。
谢谢了。
header('Content-Type:text/xml');header('Charset=utf-8');
header('Content-Type:text/xml');header('Charset=utf-8');