If this is the case in your repository, then you will have to escape each character before passing it on.
如果您的存储库是这种情况,那么必须对每个字符进行转义,然后再传递。
In the case of cross-site scripting prevention, you need to filter out the escape characters for the scripting languages supported by the browser.
对于跨站点脚本预防情况,您需要过滤掉浏览器支持的脚本语言的转义字符。
You can escape these rules by placing the name in double quotation marks, which allows names to be case sensitive and to include additional characters (including spaces).
通过把名称放在双引号中,可以避开 这些规则,使用双引号允许名称区分大小写以及包含附加字符(包括空格)。
应用推荐