innertext
Jow can I access i
Thanks to all. I depends on simple_html_dom too much, Ben Blank give me a good way. And I also tried php regular-expression to match the div by myself.
simple_html_dom
preg_match_all('/([\d\D]*)<\/div>/iU',$html,$match); print_r($match);