我有以下代码。其中显示了 php.ini 中的网页。
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://jobseekers.direct.gov.uk/listjob.aspx?sessionid=94d5cfde-f7f1-40e9-bef6-2f587b4f04b0&pid=4&sid=421116805&p=1&so=1&rpp=20");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
$curled=curl_exec($ch);
curl_close($ch);
print_r($curled);
?>
我想用 cURL 去掉诸如工作角色之类的元素。我想列出所有角色,但我知道如何通过观看教程来做到这一点。工作角色嵌入在 TD 类中