看板 java 關於我們 聯絡資訊
請教一下要如何將y值傳到其他地方做使用? 謝謝!! try { String b=strLine.substring(40, 45).trim(); double y = Double.parseDouble(b); System.out.println(y); } catch(Exception e) { System.out.println("Error!!"); } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.129.20.168
james732:像這樣嗎? http://pastie.org/1924951 05/19 11:25
williamsydu:感謝您!! ^^" 05/19 11:45