safari用数据可以吗
- 编辑:admin - 点击数:432safari用数据可以吗
一、转换器主要用来将拿到的数据转换成机器学习可以使用的数据吗
三、请问怎样用Java获取股票行情历史数据?新浪 、搜狐、百度财经都可以......public class StockConnection {public static void main(String[] args) {URL ur = null;try {//搜狐股票行情历史接口//新浪股票行情历史接口HttpURLConnection uc = (HttpURLConnection) ();BufferedReader reader = new BufferedReader(new InputStreamReader((),"GBK"));String line;while((line = ()) != null){(line);}} catch (Exception e) {// TODO Auto-generated catch block();}}} 你会喜欢下面的文章? You'll like the following article.