在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <?php $f = fopen('101010100.json','r'); $ln= 0; while (! feof ($f)) { $line= fgets ($f); ++$ln; if ($line===FALSE) print ("FALSE\n"); else print ($line."<br />"); } fclose ($f); ?> </body> </html>
|
2022-08-16
2022-09-04
2022-08-17
2022-08-12
2022-08-15
请发表评论