标签: android cordova ionic-framework
我已尝试使用以下代码从Yahoo Finance RSS Feed中检索库存数据。
$http.get( "http://feeds.finance.yahoo.com/rss/2.0/headline?s="+symbol+"®ion=US&lang=en-US" );
这与ionic serve和ionic emulate完全正常,但在使用ionic emulate -l的模拟器中,我收到null错误消息。我已经找到了解决方案,但我不确定问题是什么。
ionic serve
ionic emulate
ionic emulate -l
null