【发布时间】:2021-01-07 19:36:20
【问题描述】:
我有一个小问题。我只想从这个网站提取数据: https://api.nasdaq.com/api/calendar/splits?date=20200821
我创建了一个脚本,但给了我错误:[c#] The request was aborted: Could not create SSL/TLS secure channel
WebClient client = new WebClient();
string downloadString = client.DownloadString("https://api.nasdaq.com/api/calendar/splits?date=20200821");
MessageBox.Show(downloadString);
我能做什么?
【问题讨论】:
-
textBox1.Text是什么? -
textBox1.Text包含的值是什么? -
网站网址。 @我们
-
哪个是.......?
-
好的。好吧,可能出现错误消息的原因有很多。你检查过stackoverflow.com/questions/2859790 并尝试过那里的一切吗?
标签: c#