调试打印使响应主体的输出不完整

问题描述

这是我应用中debugPrint(response)的输出

<TABLE width="95%" border="0" cellpadding="3" cellspacing="5"><TR valign="middle"><TD align="center"><A href="/index.php?page=gallery&action=show_photo&show_id=1&photo_id=2" class="amenu"><IMG src="/photos/_1.jpg" border="0" style="margin-bottom:3px"><BR>������,45</A></TD><TD align="left"><SPAN class="small2">05.10.2020 14:30</SPAN><BR><A href="/index.php?page=account&action=read_letter&letter_id=446165541&return_folder=incoming" class="atitle">������</A><BR><BR><A href="/index.php?page=account&action=read_letter&letter_id=446165541&return_folder=incoming" class="amenu"><IMG border="0" src="/images/read_small.gif" align="absmiddle"> ������</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href="javascript:OpenMiniWin('write_new.php?to_id=212535&subject=Re:������',400,450,'�������� ����� ������');" class="amenu"><IMG border="0" src="/images/reply_small.gif" align="absmiddle"> ��������</A>&nbsp;&n <!--there is something wrong here; there should be much more content which is not preset in the debugPrint output here-->
I/flutter (15253): google_ad_client = "ca-pub-2310428943483891";
I/flutter (15253): /* text letters */
I/flutter (15253): google_ad_slot = "8817281511";
I/flutter (15253): google_ad_width = 468;
I/flutter (15253): google_ad_height = 60;
I/flutter (15253): //-->
I/flutter (15253): </script>

&nbsp;&n处有一个奇怪的输出-它是不完整的输出。在真实的网站响应中,应该有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;,然后是debugPrint输出中不存在的其他内容。

怎么了?

debugPrint是否可以隐藏某些内容?还是可以通过其他方式检查响应正文内容?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)