我有一个统计输入字符的短信计数器;
我想当用户输入English
char(English chars + sings + numbers) 时,计数变量 do ++ to Number: 160
,
但是,如果在所有 ra Persian
char 中,计数变量 do ++ 到Number: 70
我应该怎么做?
var ucs2 = text.search(/[^\x00-\x7D]/)
我罚款了这段代码:php
返回什么字符用户;波斯字符或英语。
Java 中的等效代码 - 什么是 Android?
private final TextWatcher TextWatcher_Method = new TextWatcher()
{
public void onTextChanged(CharSequence arg0, int arg1, int arg2, int arg3)
{
cnt2=matn_counter.length();
TextView counter=(TextView)findViewById(R.id.txt_counter);
cnt1=(int) Math.ceil(cnt2/6);
Integer cnt3=(cnt2%6);
counter.setText(Integer.toString(cnt1)+"/"+Integer.toString(cnt3));
}
}