共用方式為


StreamTokenizer.WordChars(Int32, Int32) 方法

定義

指定範圍中的所有字元 clow&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high 是詞組成者。

[Android.Runtime.Register("wordChars", "(II)V", "GetWordChars_IIHandler")]
public virtual void WordChars (int low, int hi);
[<Android.Runtime.Register("wordChars", "(II)V", "GetWordChars_IIHandler")>]
abstract member WordChars : int * int -> unit
override this.WordChars : int * int -> unit

參數

low
Int32

範圍的低端。

hi
Int32

範圍的高端。

屬性

備註

指定範圍low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high中的所有字元 c 都是單字組成專案。 單字標記是由單字組成,後面接著零個或多個單字組成項或數位組成項。

java.io.StreamTokenizer.wordChars(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於