$file = "http://127.0.0.1/cfyx/xyzm.txt";
$content = file_get_contents($file);
$array = explode("\r\n", $content);
shuffle($array);
$no = 168;
$result = array_slice($array, 0, $no);
for ($i = 0; $i< $no ; $i++){
//echo $result[$i]." ";
$srtsjk .= $result[$i]."\r\n";
}
各位帮忙看看这是哪里出错了,有些空间不兼容!