参数字符串 meaning in English
argument string
Examples
- Attribute to specify a default parameter string to use when a client does not provide an initialization string
属性指定在客户端未提供初始化字符串时要使用的默认参数字符串。 - The contains function returns true if the first argument string contains the second argument string , and otherwise returns false
如果函数contains的第一个参数字符串包含第二个参数的字符串,将返回真,否则返回假。 - The lang function returns true or false depending on whether the language of the context node as specified by xml : lang attributes is the same as or is a sublanguage of the language specified by the argument string
函数lang根据节点的语言属性是否和参数字符串中指定的语言一致,或者是否属于指定语言的子语言而返回真或假。 - Function name returns name of the element , the starts - with function returns true if the first argument string starts with the second argument string , and the contains function returns true if the first argument string contains the second argument string
Name函数返回元素的名称, start - with函数在该函数的第一个参数字符串是以第二个参数字符开始的情况返回true , contains函数当其第一个字符串参数包含有第二个字符串参数时返回true