使用空格分隔字符串、整数和实数。
Blank Spaces separate the string, integer, and real Numbers.
space([n[,pad]])分隔字符串中的单词,并在单词之间填充 n个字符 "one two three".space(3)返回 "one two three"
string.space([n[,pad]]) Splits words in string with n pad characters between them "one two three".space(3) returns "one two three"
如果字符串包含多个地址,地址之间用逗号分隔。
If the string contains more than one address, separate the addresses with commas.
在下列的示例中,列LISTPRICES显示了包含用加号(+)分隔的连接在一起的成本的字符串。
In the following example, the column LISTPRICES shows the string with the concatenated costs separated by a + (plus) sign.
也就是说,你可以传入任意多的,以分号分隔的字符串(包括空的列表)。
That is, you can pass in as many comma-separated strings as you want (including an empty list).
根据句法,在uri字符串前后使用引号(单引号或双引号),并用冒号将前缀分隔开;对其它字符没有任何规定。
Syntactically, you use quotes (single or double) around the URI string, and a colon to set off the prefix; other characters present no interference.
在我们的例子中,收件人列表是HTMLUI中指定的一个由令牌进行分隔的字符串。
In our example, the recipient list is a token delimited string that is specified in HTML UI.
比方说,一种脚本可能返回逗号分隔的值,另一种则使用管道符(即|字符)分隔的值,还有一种则返回长文本字符串。
For instance, one script might return comma-separated values, another pipe-separated values (the pipe is the | character), and another may return one long string of text.
JSP需要的是一个请求参数,这个请求参数必须是一个由逗号分隔的字符串组。
The JSP expects a request parameter that is a comma-separated set of Strings.
在处理字符串数据时,可以使用双引号或单引号分隔。
When working with string data, you can use either double quotation marks or single quotation marks to delimit them.
boundary,它返回MIME边界字符串,用于将消息的多个部分分隔。
Boundary , which returns the MIME boundary string, used to separate parts of the message.
新增的 tokenize函数执行相反的操作,用分隔符标记字符串之间的边界。
The new tokenize function performs the opposite action, disaggregating a string with a separator to mark the boundaries.
第 1 行使用一个字符串函数splitlines() 分隔服务器列表,然后将这些值作为一个变量appServers 进行存储。
Line 1 uses splitlines(), a string function, to separate the list of servers, and then these values are stored as a variable, appServers.
您可能已注意到方法GetUserRoles 在返回值前,将getRoles 方法返回的字符串数组转化为单一的一个分隔的字符串。
You may have noticed that the GetUserRoles method converted the array of strings that was returned by the getRoles method into a single delimited string before it returned the value.
这个字符串遵循标准的application/x-www-form-urlencoded格式,用&分隔参数,并在每个参数的名称和值之间使用 =。
This string follows the standard application/x-www-form-urlencoded format, separating the parameters with & and using = between the name and value of each parameter.
但是使用双引号允许在分隔的字符串内部对Velocity引用、指示符甚至Velocimacros求值。
However, the use of double quotation marks allows evaluation of Velocity references, directives, or even Velocimacros inside the delimited string.
soliddb字符串使用单引号分隔。
相比之下,使用单引号分隔的字符串将包括在其中的所有内容视为文字字符—两个连续的单引号是一个例外,它们被单纯地当作单引号。
In contrast, single-quoted strings treat everything inside their delimiters as literal characters-except two consecutive single-quotes, which are treated as a literal single-quote.
对于一系列xhtml锚元素(链接),theme_links将返回一个包含这些链接的字符串,链接之间以给定的字符分隔。
Given an array of xHTML anchor elements (links), theme_links will return a string containing these links delimited by a given character.
dictionary:使用花括号分隔的一组无序值集合,带有显式的的字符串键。
Dictionary: an unordered set of values delimited by braces, with explicit string keys.
字段是一个文本字符串,通过某个字符与其它字段分隔开。
A field is a string of text separated from other fields with a certain single character.
对于从光标调用中检索到的每一行,将元素附加到字符串并具有分隔符。
For each row retrieved from the cursor call, the element was appended to the string along with a delimiter.
我在应用程序中看到的一个问题是,工程师试图将数据库当作编程语言来使用,即通过使用具有逗号分隔的标识符的文本字符串来创建数组。
One problem I've seen with applications is when engineers attempt to use a database as though it were a programming language, creating arrays by using text strings with comma-separated identifiers.
第一个字符是分隔符,所以WORD找到的第一项是一个空字符串。
The first character is a delimiter, so the first item WORD finds is a blank string.
如果使用可预测的模式分隔子字符串,则前者可以将字符串分解成几个子字符串。
The former can decompose a string into substrings if the substrings are separated by a predictable pattern.
如果仔细看看上面这个语句,会看出所有值都是直接字符串(由单引号包围)或变量名,它们都由逗号分隔。
If you look closely at the statement above, you will see that all of the individual values are either literal strings (surrounded by single quotes) or variable names, all separated by commas.
这类似于我们在正则表达式中使用“捕捉组”来提取我们需要的子字符串时来替代把一个字符串分隔成好几个的方法。
It is analogous to using "capture groups" in a regular expression to pull out substrings we want, instead of splitting the string in several successive steps to extract the substrings we want.
根据指定的分隔符,源字符串被划分为几个部分。
Based on the specified delimiter, the source string is divided into sections.
更好的是,编辑器是上下文敏感的,可以自动补全PHP控制结构、关键字和字符串分隔符。
Better yet, the editor is context-sensitive and can automatically complete PHP control structures, keywords, and string delimiters.
更好的是,编辑器是上下文敏感的,可以自动补全PHP控制结构、关键字和字符串分隔符。
Better yet, the editor is context-sensitive and can automatically complete PHP control structures, keywords, and string delimiters.
应用推荐