摘要:
cp2oss(_GALLERY_DIR); function cp2oss($directory) { $mydir = dir($directory); while($file = $mydir->read()) { if(is_dir("$directory/$file") && $file != "." && $file != "..") ... 阅读全文
posted @ 2019-01-11 18:57
coffee
阅读(774)
评论(0)
推荐(0)
浙公网安备 33010602011771号