60616263646566
public class WebQQClientTest { QQClient client; public WebQQClientTest(String user, String pwd){ client = new WebQQClient(user,pwd, new QQNotifyHandlerProxy(this), new ThreadActorDispatcher()); }