摘要: 一、背景 如何求微信的共同好友? 二、实操 1.建立测试表 -- 建立测试表 CREATE TABLE wechat_friends ( uid BIGINT, tuid BIGINT ); -- 插入数据 INSERT INTO wechat_friends(uid, tuid) VALUES ( 阅读全文
posted @ 2022-01-06 16:50 Hider1214 阅读(580) 评论(0) 推荐(1)