//?這個url變量寫彩票的url。怕被百度屏蔽。自己填。
$url?=?'';
$source?=?file _ get _ contents($ URL);
$結果?=?array();
preg _ match _ all('/data-win-number =(?:" |\')([\d\s]+?)(?:" | \ ')\ sdata-period = " \ d { 8 }(\ d { 3 })"/',$source,$ matches);
foreach($matches[1]?作為?$ i = & gt$match)
$result[$i]?=?array($matches[2][$i],preg_replace('/\s/','',$ match));
print _ r($ result);