当我使用npm start启动应用程序时,我的应用程序会打开,URL为http://localhost:3000/,然后单击一个链接,我将其路由到http://localhost:3000/buyer(直到这里,一切都按照我的意图工作)。现在,当我尝试重新加载页面时,URL没有设置为http://localhost:3000/,而是保持为http://localhost:3000/buyer。 我无法理解为什么...
运行Node的Socket服务端 node ./sockt/io-server.js 运行Node的网页 node ./sockt/index.js 打开localhost:3000.就可以看到网页了。 运行App。进入 在MainActivity,点击Start按钮,就可以开始了 进入Activity时,已经回去连接socket 注意: 需要在局域网内运行。App内需要配置好Socket链接的ip. 在SocketIoManager内 ...