• 使用空格分隔字符串整数实数

    Blank Spaces separate the string, integer, and real Numbers.

    youdao

  • 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"

    youdao

  • 如果字符串包含多个地址地址之间逗号分隔

    If the string contains more than one address, separate the addresses with commas.

    youdao

  • 下列示例中,LISTPRICES显示了包含用加号(+)分隔连接在一起的成本字符串

    In the following example, the column LISTPRICES shows the string with the concatenated costs separated by a + (plus) sign.

    youdao

  • 就是说可以传入任意的,以分号分隔字符串包括列表)。

    That is, you can pass in as many comma-separated strings as you want (including an empty list).

    youdao

  • 根据句法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.

    youdao

  • 我们例子收件人列表HTMLUI指定一个令牌进行分隔字符串

    In our example, the recipient list is a token delimited string that is specified in HTML UI.

    youdao

  • 比方说,脚本可能返回逗号分隔一种则使用管道符(即|字符)分隔的值,还有一种则返回文本字符串

    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.

    youdao

  • JSP需要请求参数这个请求参数必须一个由逗号分隔字符串

    The JSP expects a request parameter that is a comma-separated set of Strings.

    youdao

  • 处理字符串数据时,可以使用引号引号分隔

    When working with string data, you can use either double quotation marks or single quotation marks to delimit them.

    youdao

  • boundary返回MIME边界字符串用于消息多个部分分隔

    Boundary , which returns the MIME boundary string, used to separate parts of the message.

    youdao

  • 新增 tokenize函数执行相反的操作分隔标记字符串之间的边界。

    The new tokenize function performs the opposite action, disaggregating a string with a separator to mark the boundaries.

    youdao

  • 第 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.

    youdao

  • 可能注意方法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.

    youdao

  • 这个字符串遵循标准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.

    youdao

  • 但是使用引号允许分隔字符串内部对Velocity引用指示甚至Velocimacros求值。

    However, the use of double quotation marks allows evaluation of Velocity references, directives, or even Velocimacros inside the delimited string.

    youdao

  • soliddb字符串使用引号分隔

    SolidDB strings are delimited by single quotes.

    youdao

  • 相比之下,使用单引号分隔字符串将包括在其中的所有内容视为文字字符—两个连续的单引号个例外,它们单纯地当作单引号。

    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.

    youdao

  • 对于一系列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.

    youdao

  • dictionary:使用花括号分隔的一组无序集合带有显式字符串

    Dictionary: an unordered set of values delimited by braces, with explicit string keys.

    youdao

  • 字段一个文本字符串通过某个字符其它字段分隔

    A field is a string of text separated from other fields with a certain single character.

    youdao

  • 对于光标调用中检索到每一元素附加字符串具有分隔

    For each row retrieved from the cursor call, the element was appended to the string along with a delimiter.

    youdao

  • 应用程序看到一个问题工程师试图数据库当作编程语言使用,即通过使用具有逗号分隔标识符文本字符串来创建数组

    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.

    youdao

  • 第一字符分隔符,所以WORD找到的第一项是一个字符串

    The first character is a delimiter, so the first item WORD finds is a blank string.

    youdao

  • 如果使用可预测模式分隔字符串,则前者可以字符串分解几个子字符串

    The former can decompose a string into substrings if the substrings are separated by a predictable pattern.

    youdao

  • 如果仔细看看上面这个语句看出所有都是直接字符串(引号包围)变量,它们逗号分隔

    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.

    youdao

  • 类似我们正则表达式使用捕捉提取我们需要字符串时来替代字符串分隔好几个方法

    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.

    youdao

  • 根据指定分隔字符串划分为几个部分

    Based on the specified delimiter, the source string is divided into sections.

    youdao

  • 更好编辑器上下文敏感的,可以自动补PHP控制结构关键字字符串分隔

    Better yet, the editor is context-sensitive and can automatically complete PHP control structures, keywords, and string delimiters.

    youdao

  • 更好编辑器上下文敏感的,可以自动补PHP控制结构关键字字符串分隔

    Better yet, the editor is context-sensitive and can automatically complete PHP control structures, keywords, and string delimiters.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定