maxlength
美
英 
- 網(wǎng)絡(luò)最大長(zhǎng)度;最大字符數(shù);最大輸入文本長(zhǎng)度
例句
If accessible, the strlen function is called, and the max length argument is ignored.
如果是strlen函數(shù)被調(diào)用,maxlength參數(shù)則被忽略。
maxlength : Maximum length allowed to be entered in the field.
maxlength:字段中允許輸入的最大文本長(zhǎng)度。
The maxLength facet is not generated for variable-length types that are declared with the (max) specifier.
對(duì)于用(max)說(shuō)明符聲明的可變長(zhǎng)度類型,不生成maxLength方面。
The maxLength property sets or returns the maximum number of characters in a text field.
設(shè)置或返回輸入區(qū)域可輸入的最大的字符數(shù)量。
Set the MaxLength property to 25 (the maximum length of the field in the database).
將“MaxLength”屬性設(shè)置為25(數(shù)據(jù)庫(kù)中字段的最大長(zhǎng)度)。
For the MaxLength property of each TextBox control, use the following values.
對(duì)于每個(gè)TextBox控件的MaxLength屬性,請(qǐng)使用以下值。
Describes changes to the MaxLength property of the TextBox control.
描述對(duì)TextBox控件的MaxLength屬性的更改。
The XML Schema specification defines a set of constraining facets (such as minInclusive or maxLength) that you can apply to simple types.
XML模式規(guī)范定義了一組約束facet(比如minInclusive或maxLength),可以將這些內(nèi)容應(yīng)用于簡(jiǎn)單類型。
Jump to the next field when the current field's maxlength has been reached
當(dāng)前部分達(dá)到最大長(zhǎng)度時(shí)跳到下一個(gè)部分