摘要: /********************** *@file - path to zip file 需要解压的文件的路径 *@destination - destination directory for unzipped files 解压之后存放的路径 *@需要使用 ZZIPlib library 阅读全文
posted @ 2021-05-18 17:36 skyhxm 阅读(126) 评论(0) 推荐(0)
摘要: <?php class A{ function index (){ echo '我是A的index'; } } class B{ function index (){ echo '我是B的index'; } } class C{ function index (){ echo '我是C的index' 阅读全文
posted @ 2021-05-18 10:11 skyhxm 阅读(50) 评论(0) 推荐(0)