<?php $rss=simplexml_load_file("http://rss.sina.com.cn/news/allnews/sports.xml");?>
通过以上代码可以获取
如果引号内为用变量表示则无法显示 有何办法?
如:
<?php $this->fields->a(); ?> //可输出一个具体地址如
<?php $rss=simplexml_load_file(" ");?>
问题 如何将<?php $this->fields->a(); ?> 嵌入引号内?
各位 问题我已自己解决 谢谢大家