发新话题
打印

好論壇

好論壇

unset($txt[$i]);
$txt=implode('',$txt);
$f=fopen('userdata/xuni/market.data','w');
fputs($f,$txt);
fclose($f);

TOP

发新话题