Java小程序

public class test{ private String [] data={"10","10.5"}; public void fun(){ double s=0; for(int i=0; i<3; i++){ try{ s=s+Integer.parseInt(data[i]); }catch(Exception e){ System.out.
相關文章
相關標籤/搜索