下面的代码的输出是什么?( ) <?php $x=dir("."); while($y=$x->read()) { echo $y; } $x->close(); ?>
发布于 2020-12-25 16:59:54
登录后免费查看答案
关注者
0
被浏览
54