参数串 meaning in Chinese
parameter string
Examples
- If a character occurs more than once in second argument string , then the first occurrence determines the replacement character
如果第二个参数串中有重复字符,替换以首次出现的位置对应到第三个串中的字符为准。 - Where " jarpath " is the path to the jar file containing the agent class , and " options " is a parameter string for the agent
的形式来指定代理,其中“ jarpath ”是到包含代理类的jar文件的路径,而“ options ”是代理的参数串。 - The translate function returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string
Translate函数把第一个参数串中所有出现的第二个参数串中的字符替换为三个参数串中相应位置的字符。 - The substring - before function returns the substring of the first argument string that precedes and the substring - after function that follows the first occurrence of the second argument string in the first argument string
函数substring - before返回第一个参数串中子串的前驱串, substring - after返回第一个参数串中子串的后继串。