其可能是愚蠢的,但我很困惑,因爲這我想開始數到一個,如果按逗號(,),那麼我想數逗號只有在這裏,我是如何嘗試。如何開始計數upto 1,直到按逗號(,)它應該計數拖動
String conCount;
conCount = "1";
int countComma = conCount.length() - conCount.replace(",", "").length();
String lenVar;
lenVar = conCount;
convert = String.valueOf(countComma);
if (conCount.length() == 0) {
lenVar = "0";
} else {
textViewConCount.setText(convert);
}
無法理解您的問題,請詳細說明。 – Araju
好的,我想在編輯文本中計算字符串,我知道它,但我想計算逗號(,)也算數shuold是一個,直到在我的editext中添加逗號,所以我如何執行它? – ashish
我不明白你。你會計算逗號嗎? –