现实社会啊!!
钟情女孩哪里寻啊!
同情ing........

解决方案 »

  1.   

    男孩浪漫,女孩现实,
    同情ing.......
      

  2.   

    caoco(朋友):
    那你就痛苦吧,就等时间来磨灭你的痛苦了,其实真的应该是“得不到的东西最好”,爱情尤其这样,当你真正拥有她时可能你比现在还痛苦
      

  3.   

    Don't try so hard,the best things come when you least expect them to.不要着急,最好事情的总会在最不经意的时候出现。
      

  4.   

    import org.bsf.framework.util.Logger;
      

  5.   

    to halcyon(让我们共同进步)严重同意! 我要做个坏男人。。谁教教我!!
      

  6.   

    public class ShouldDo extends Thread{
       String shouldDo="what should i do?";
       public static void main(String[] args)
       {try
           {
           ShouldDo do1=new ShouldDo("继续追");
           ShouldDo do2=new ShouldDo("找新女朋友");
           ShouldDo do3=new ShouldDo("旅游放松");
           do1.run();
           do2.run();
           do3.run();
           }
         catch(继续追失败exception e){System.out.println("Game Over!");}
         catch(找新女朋友失败exception e){ShouldDo dox=new ShouldDo("找新女朋友");     dox.run();}
         catch(旅游失败exception e){System.out.println("??????");}   }
       public void run(){
           You.do(shouldDo);
       }
       public ShouldDo(String str){
           shouldDo=str;
       }
    }