博客
关于我
php--简易的相册1
阅读量:312 次
发布时间:2019-03-03

本文共 524 字,大约阅读时间需要 1 分钟。

"; } else { echo "shi bai.
"; } }}?>
xiang ce

    path."
    "; //循环读取 while(($file = $dh->read()) !== false) { //排除上级目录 if($file != "." && $file !="..") { //文件路径 $path = $books."/".$file; echo "
  • $path
  • "; } } //关闭句柄 $dh->close(); ?>

 

转载地址:http://jsem.baihongyu.com/

你可能感兴趣的文章
node模块化
查看>>
node模块的本质
查看>>
node环境下使用import引入外部文件出错
查看>>
node环境:Error listen EADDRINUSE :::3000
查看>>
Node的Web应用框架Express的简介与搭建HelloWorld
查看>>
Node第一天
查看>>
node编译程序内存溢出
查看>>