摘要: 主要是使用D语言获取网页数据并进行json解析。 module readnet; import std.net.curl; import std.json; import std.stdio; import std.string; void main() { auto responsetext=ge 阅读全文