我正在使用mathematica来查询wolfram alpha查询。为此,我使用:
WolframAlpha["prime minister of france", "PodPlaintext"]
我从这里选择了选项:http://reference.wolfram.com/language/ref/WolframAlpha.html
我的问题是我需要首先隐藏的信息,并且位于页面上的more
选项下。我无法找到一种方法来从mathematica查询完整数据(点击更多之后)。
任何想法如何实现呢?
答案 0 :(得分:0)
对于将来遇到此问题的任何人,我会发布答案以防其他人遇到此问题。您必须使用结合异步的更多选项并更改超时:
WolframAlpha["prime minister of france", Asynchronous -> True,
PodStates -> {"More"}, TimeConstraint -> 20000]