简体   繁体   中英

Why do I only get values when I'm debugging, not executing?

When running in Debug mode, I'm getting a response with the correct format, as below. I'm getting 60 values as I parsed:

在此处输入图片说明

But when I remove the breakpoints, I don't get the same things as when in debugging mode, as below:

在执行模式下

Have I missed something?

您需要等到URL连接完成后才能开始解析数据。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM