Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从使用 fortran 嵌入文本文件的网页源代码中提取数字数据?(例如https://www.google.com/finance?q=NYSE:KO)我的目标是通过源代码检索股票价格。任何帮助将不胜感激!
提前致谢。
你真的想在 Fortran 中这样做吗?Fortran 不太适合字符串操作(在我看来)!
我建议以另一种语言(例如 Python)获取和处理 HTML,并以 Fortran 可以直接使用的结构化方式写入数据read。您可以使用以下语句从 Fortran 调用该脚本/程序
read
call system('command')