从网站中收集数据如何清除代码

时间:2019-05-24 09:14:21

标签: php curl web-scraping

使用curl抓取网站上的所有文本均被抓取,但是curl在代码以C代码开头的地方中断

<div class="MsoNormal" style="margin-bottom: 0.0001pt;">/* Header file declaration */<br>#include&lt;stdio.h&gt;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">
<p>/* Main function declaration */</p>
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">int main()&nbsp;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">{<br>&nbsp; &nbsp; /* Printing message to screen */
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">&nbsp; &nbsp; printf(“Hello Readers!”);&nbsp; &nbsp;<br>&nbsp; &nbsp;<br>&nbsp; &nbsp;/* returning */<br>&nbsp; &nbsp; return 0;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">}</div>
</div>
</div>
</div>
</div>
</div>

`我在“}”之后的惊吓休息

0 个答案:

没有答案