利用 python update 资料库栏位,跳脱字元的方式 (escape string) kevingo75.blogspot.com 2 Jan 2013 | 03:40 pm
基于1个网页-相关网页
string escape character [计] 串换码字符
Its role is to escape special XML characters in a string so the string can be used as simple text in an XML document.
它的角色是对字符串中的特殊xml字符进行转义,以便字符串可以用作XML文档中的简单文本。
Listing 11 shows an example of the escape sequences for a string that USES a single quote as an apostrophe.
清单11显示了一个转义字符串序列,它使用了一个引号作为省略号。
For example, Sanitize: : escape (" o 'brien ") would return a string with the value o \ 'Brien.
例如,Sanitize: escape (“ O ' Brien ”)返回一个值为O \ ' Brien的字符串。
应用推荐