why does javascript onclick does not work with an custom object's function?

前端 未结 0 423
清歌不尽
清歌不尽 2020-12-07 04:36

I have a custom object:

function Serverfunctionality(){
    this.socket = new WebSocket(\'ws://localhost:8080\');
    this.uploaded_image = null


    this.si         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题