生成了一个无效的转义序列错误。
属性告诉处理器不要将文本内容转义。
The attribute tells the processor not to escape the content of the text.
有明确的分隔符和转义选项可供使用。
正确转义属性中的非ASCII值
连接器应该用转义的文字值替换所有特殊值。
The connector should replace all special values with their escaped literal values.
这允许将开头和结尾引号字符用作转义机制。
This allows starting and ending quote characters to be used as an escape mechanism.
不必关注odmget显示的所有“\”转义。
Do not be concerned about all the "\" escapes that odmget displays.
是无效文字,因为存储库不允许对它们进行转义。
'as invalid literals because your repository will not allow you to escape them.
有些语言存在允许缓冲区溢出发生的“转义”子句。
Some languages have "escape" clauses that allow buffer overflows to occur.
uri转义的三个函数。
您需要使用清单9中的两行代码转义请求中的特殊字符。
You need to escape the special characters of the request with the two lines of code in Listing 9.
subtitle元素包含转义的HTML标记。
这里唯一的陷阱是需要正确地转义保留字符(参见表1)。
The only pitfall here is that you need to escape reserved characters properly (see Table 1).
OWASP推荐,所有小于256的ascii值被转义。
OWASP recommends that all ASCII values less than 256 be escaped in the latter.
注意,在清单6中,所有的Unicode字符均被转义。
In Listing 6, note that all the Unicode characters are escaped.
它总是在显示或打印数据之前进行内容验证和html转义。
It always validates and HTML escapes the content before displaying or printing the data.
下面的字符需要使用\进行转义,以作为搜索查询的一部分。
The following characters need to be escaped with \ to be treated as part of a search query.
对模式稍作更改就可以添加转义序列以支持字符串中的逗号。
With some small changes to the pattern, escape sequences could be added to support commas within strings.
具体地说,系统必须记录在XML表示中文本是否已经转义。
In particular, systems must keep track of whether or not text has been escaped for XML representation.
使用数据库设置的字符转义方案转义用户提供的输入。
Escape user-supplied input using the character escaping scheme set up by your database.
如果连接成功,消息显示telnet转义序列(见清单8)。
If the connection is successful, a message indicating the Telnet escape sequence is shown (see Listing 8).
应用程序很可能已经拥有了写开始标记、结束标记和转义符的功能。
The application most likely has functions to write start tags, end tags, and escape characters already.
您可以看到双尖括号和空格是如何根据URI的标准格式进行转义的。
You can see how the Angle brackets and whitespace are escaped according to URI standard form.
不过,我将忽略正确的转义、处理指令和其他少数几个方面。
However, I'll skip handling proper escaping, processing instructions, and a few other aspects.
当odmget提取脚本时,它使用“\”对“特殊”字符进行转义。
When odmget extracts the scripts, it does escape "special" characters with "\".
如果您的存储库是这种情况,那么必须对每个字符进行转义,然后再传递。
If this is the case in your repository, then you will have to escape each character before passing it on.
可以通过在前面加反斜杠如\.对这些字符进行转义,以匹配文字句点。
These can be escaped by being preceded with a backslash, like \. To match a literal period.
解决的方法是验证输入和HTML,并在显示相同参数之前转义该数据。
The solution is to validate the input and HTML and escape the data before displaying the same.
如果需要,一定要对某些字符进行转义,因为您在修改实际的php代码。
Make sure to escape characters if needed since you are modifying actual PHP code.
请注意比较中XML实体的用法,这种用法的目的是为了转义引号字符。
Note the use of XML entitities within the comparison, in order to escape the quotation characters.
应用推荐