陈诉事实的帖子被删了,不爽,分全散了!
写出三种者有分,每楼不可一样.写出更多者分更高!
没20楼,不结贴! ...
谢谢!

解决方案 »

  1.   

    晕倒 我会用System.out.println("Idonothaveanychoice"); 呵呵。
      

  2.   

    Console.Write("Idonothaveanychoice!");Response.Write("Idonothaveanychoice!");alert("Idonothaveanychoice!");
      

  3.   

    Console.WriteLine("Idonothaveanychoice"); 
    Console.Write("Idonothaveanychoice"); 
    response.write("Idonothaveanychoice"); 
      

  4.   

    参看
    http://topic.csdn.net/u/20101009/20/1c312685-201b-447d-97bd-da71a8a45664.html?89809
      

  5.   

     Page.ClientScript.RegisterStartupScript(this.GetType(), "", "Idonothaveanychoice");
     Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "", "Idonothaveanychoice");
     Page.RegisterClientScriptBlock("", "Idonothaveanychoice");
      

  6.   

    printf("Idonothaveanychoice!");Response.Write("Idonothaveanychoice!");Console.Write("Idonothaveanychoice!");
      

  7.   

    加一种
    Trace.WriteLine("Idonothaveanychoice");
      

  8.   

    6楼请看要求,不知道C#有printf还是C++中可以Response.Write()菜鸟,求解答!
      

  9.   

    Console.WriteLine("Idonothaveanychoice");  
    Console.Write("Idonothaveanychoice");  
    response.write("Idonothaveanychoice");
    MessageBox("Idonothaveanychoice");
    alert("Idonothaveanychoice");
    cout<<"Idonothaveanychoice"<<endl
      

  10.   

    MessageBox.Show("Idonothaveanychoice");
      

  11.   

    System.out.println("Idonothaveanychoice");
    Response.Write("Idonothaveanychoice");
    还有个JSTL里面的标签输出算不算?$(user.name)
      

  12.   

    输出?能显示应该都算输出吧。Console.Write、Console.WriteLine、MessageBox.show()就不算了,前面人已经说过了。另外:
      Label lblShow=new Label();
      lblShow.Content="Idonothaveanychoice";
     其他类似的还有很多例如:TextBlock Button TextBox RichTextBox……,我就不一一写代码了