当然能,但是需要看看有没有设定全县

解决方案 »

  1.   

    可以,socket只是负责通信,也就是客户端和服务器端双方清楚对方要做什么以及做了什么,删除行为可以由服务器端完成,客户端要做的就是发出一个删除指令,以及删除的目标对象标识。client{
      send delete information("1,delete object");
    }server{
      get instruction from client;
      parse the instruction;
      run the instruction;
    }
      

  2.   

    当然可以阿想做什么,就可以做什么!!!!