各位懂php的大佬,多了个class 判断应该怎么写啊
- [/code]
- <div class="xzbiaoti" id="downurl"><dt class="on">下载地址</dt><dt>Android版</dt><dt>iPhone版</dt><dt>Mac版</dt></div>
- [code]// 来源preg_match('/<div class="xzbiaoti" id="downurl">(.*?)<\/div>/is', $http, $from_arr); print_r($from_arr[1]);preg_match_all('/<dt>(.*?)<\/dt>/is', $from_arr[1], $from_name_arr); print_r($from_name_arr[1]);
各位懂php的大佬,多了个class 判断应该怎么写啊