how does Querylist collect irregular table?
<script type="application/payload+json">...JSON...</script>
and how to collect this JSON data set?
how does Querylist collect irregular table?
<script type="application/payload+json">...JSON...</script>
and how to collect this JSON data set?
locate the table by td:eq (0)
, and collect json.
$jsonStr = QueryList::get(url)->find('script')->html();
$json = json_decode($jsonStr,true);
Previous: How does the equal sign work in C language?
Next: SQL statement, JOIN multiple table join table query problem