| 以下是引用片段: <? echo file_get_contents("http://b.com/rss.xml"); ?> |
| 以下是引用片段: <% p = "http://b.com/rss.xml" Response.BinaryWrite ZQcnGet(p) Response.Flush Function ZQcnGet(url) Set Retrieval = CreateObject("Microsoft.XMLHTTP") With Retrieval .Open "Get", url, False, "", "" .Send ZQcnGet = .ResponseBody End With Set Retrieval = Nothing End Function %> |
| 以下是引用片段: <% URLUtil util = new URLUtil("http://b.com/rss.xml"); String news = util.getContent(); System.out.println(news); %> |
最新相关文章
发表评论