| #136 | if(file_exists($xingpath2)){ |
| #137 | $xingjiehsao = file_get_contents($xingpath2); |
| #138 | preg_match_all('/<dd>(.*?)<\/dd>/is', $xingjiehsao, $matches); |
| #139 | if(isset($matches[1])){ |
| #140 | $_show['xingjiehsao'] = $matches[1][0]; |
| #141 | }else{ |
| #142 | $_show['xingjiehsao'] = $xinglaiyuan; |
| #143 | } |
| #144 | }else{ |
| #145 | $_show['xingjiehsao'] = ''; |