foreach($html->find('table') as $table){ · $tr_count = $table->find('tr'); // get the total <tr> tag count · $count = count($tr_count); · echo $count; //echo $ ...
確定! 回上一頁