string escape character
基本解释
- [计算机科学技术]串换码字符
英汉例句
- Character and string constants support the standard escape sequences
字符和字符串常数支持标准换码序列 - For example, if you pass the string a + b to escape(), you get a%20+%20b (20 is the hexadecimal code of the space character).
例如,如果将字符串 a + b 传递给 escape(),结果将是 a%20+%20b(20 是空格符的 16 进制码)。
双语例句
专业释义
- 串换码字符