int aa=Integer.parseInt(String b);

解决方案 »

  1.   

    在C盘搜索一下jscript5.chm,
    这是jscript的说明书,
    有了它,你基本就不用担心找不到答案了
      

  2.   

    还有一种方法:
    int n = (new Integer(str)).intValue();
      

  3.   

    http://java.sun.com/j2se/1.4.1/docs/api/index.html找找STRING 和Integer的 讲的 很清楚 了
      

  4.   

    呵呵,楼主应该问在java中有哪些........
      

  5.   

    楼主应当下载一份chm格式的java api 文档