我如何“找到”具有这些 id 的所有元素:
ctl00_cphContent_ctl05_Panel01,
ctl00_cphContent_ctl06_Panel01,
ctl00_cphContent_ctl07_Panel01,
ctl00_cphContent_ctl08_Panel01 等...
我试过了
foreach($html->find('a#ctl00_cphContent_ctl'.*.'_Panel01') as $positions) { echo "Test!";}
但它不起作用!有人能帮助我吗?我搜索但没有找到类似的东西......