2013年10月18日

php获取实时汇率

摘要: function getExchangeRate($from_Currency,$to_Currency,$amount){ $from_Currency = urlencode($from_Currency); $to_Currency = urlencode($to_Currency); $url = "download.finance.yahoo.com/d/quotes.html?s=".$from_Currency.$to_Currency."=X&f=sl1d1t1ba&e=.html"; $ch = curl_init(). 阅读全文

posted @ 2013-10-18 10:05 陈可 阅读(1060) 评论(0) 推荐(0)

导航