1. 服务端调试:
直接在 Events.php 中 echo 变量, 即可在 命令行工具中 看到输出的信息。 以便进行调试。
2. 客户端调试:
由于是js代码, 可以直接 用 console.log(); 进行调试。
1