摘要:
CREATE TABLE `message` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `username` varchar(20) DEFAULT NULL, `text` varchar(100) DEFAULT NULL, `readed` tinyint(4) DEFAULT NULL, `type` int(11) DEF... 阅读全文
摘要:
"express-ws": "^3.0.0", "devDependencies": { "socket.io": "^2.0.4" } message.js FindPerson.vue <small v-html='room.roominfo'></small> Messages.vue myM 阅读全文