如何使用php代码刮取表中的数据
我已经尝试过这个
$row = $html->find('//div[@id="content"]/table[3]/tr[2]/td');
foreach($row as $value) {
$values[] = trim($value->textContent);
}
http://rshankar.com/test-driven-development-in-ios-beginners-tutorial-part-1/
enter code here
答案 0 :(得分:0)
试试吧。使用java查询
var tableRow = $("td").filter(function() {
if($(this).text() == "Carbon Black Metallic")
$(this).text('');
});