下面的php程式碼可以將HTML表格的每行每列轉為陣列,採集表格資料. <?phpfunction get_td_array($table) { $table = preg_replace("'<table[^>]*?> ...
確定! 回上一頁