我有一個多行的字符串,我想讀取一個特定的行並將其保存到另一個字符串。這是我的代碼如何從java中的字符串讀取第二行
String text ="example text line\n
example text line\n
example text line\n
example text line\n
example text line\n
example text line\n
example text line\n";
String textline1="";
String textline2="";
上面的字符串textline1和textline2我想保存特定的行。
界定「特定」行 – adarshr 2012-02-21 20:21:23
我希望這只是一個錯字,因爲你不能申報多串那樣。 – Jivings 2012-02-21 20:21:38
你知道那裏有多少條「線路」嗎?你會只讀過第二行嗎? – 2012-02-22 15:12:29