You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 修改ServerApplication的服务器地址,及端口
本地:InitServer server = new InitServer("localhost",8080);
服务器:InitServer server = new InitServer("0.0.0.0",8080);# 启动服务器
启动服务器程序
# 启动客户端(见另一项目:YansGame-vue)