socket.io - ReferenceError: io is not defined

后端 未结 8 1584
再見小時候
再見小時候 2020-12-02 13:11

I am writing an application for Android 2.3.5 (that will also be compatible with iOS). I wish to transfer data from the app\'s HTML/Javascript to a Python program on a serve

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 13:49

    write server side code in socket.io.js file and try src="/socket.io/socket.io.js"

    hope this will solve your problem

提交回复
热议问题