加载中...

摘要: ## 引入Event > 引入事件监听。 ### 使用方法 1. 先定义一个事件类 ``` // 定义数据变更事件 public struct CountChangeEvent // ++ { } //执行事件 this.SendEvent(); // ++ //注册事件 this.Register 阅读全文
posted @ 2023-04-23 16:12 lxp_blog 阅读(96) 评论(0) 推荐(0) 编辑
摘要: SpringBoot与Vue 注解RequestMapping("/dir/") 创建一个方便前端调用的接口目录/接口函数,前端可以获取到函数返回的数据 @RestController @RequestMapping("/dir/") public class BotInfoController { 阅读全文
posted @ 2023-04-23 16:11 lxp_blog 阅读(74) 评论(0) 推荐(0) 编辑