摘要:
weui开发的移动端聊天室,采用html5+css3+jquery+websocket+weui等技术混合架构开发,实现了交谈功能。 更新 2020-08-15 基础版完成 待更新 发送表情 发送语音 源码地址:https://github.com/yangsphp/chatroom-master 阅读全文
摘要:
一、代码 class ZipFolder { private $zip = null; private $root_path = null; public function __construct() { $this->zip = new ZipArchive(); } /** * 开始压缩文件 * 阅读全文