2014年5月4日
摘要: <?phpset_time_limit(0);$handle = fopen('article.txt','r');for($i=0;$i<1;$i++){ $count = 0; while(!feof($handle)){ $count ++; try... 阅读全文
posted @ 2014-05-04 10:06 爱搁浅 阅读(423) 评论(0) 推荐(0) 编辑