vba代码从url中获取pre样式主体的数据

时间:2017-09-05 05:01:50

标签: vba

我正试图从pre样式的主体获取数据,但我无法请求您帮助我!

以下是我需要的身体数据。

{"response": {"objects": [["natural_light", 612, 881, 1124, 1118]]}, "error": "false"}

我的HTML代码: -



<html>
<head></head>
<body>
<pre style="word-wrap: break-word; white-space: pre-wrap;">
{"response": {"objects": [["natural_light", 612, 881, 1124, 1118]]}, "error": "false"}
</pre>
</body>
</html>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:-1)

&#13;
&#13;
[Mar, Jun, Sep, Dec]
Categories (12, object): [Jan, Feb, Mar, Apr, ..., Sep, Oct, Nov, Dec]
&#13;
&#13;
&#13;

&#13;
&#13;
<html>
<head></head>
<body>
<pre style="word-wrap: break-word; white-space: pre-wrap;">
{"response": {"objects": [["natural_light", 612, 881, 1124, 1118]]}, "error": "false"}
</pre>
</body>
</html>
&#13;
&#13;
&#13;

我的vba代码: -