等我准备好哦

    1. public class Main{
    2. public static void main(String[] args){
    3. RequestQueue requestQueue = new RequestQueue();
    4. new ClientThread(requestQueue,"Alice",3141592L).start();
    5. new ServerThread(requestQueue,"Bobby",6535897L);
    6. }
    7. }