1, oracle数据库查询:
select * from job where name = 'Special character ' || chr(38) || ' test'
2, MVC Url:
配置文件中添加:
<system.web>
<httpRuntime requestPathInvalidCharacters="" />
<pages validateRequest="false">
</system.web>
3, c# XML中:
string xmlContent = stringBuilder.ToString();
xmlContent = xmlContent .Replace(@"&", @"&");
随笔&spm=1001.2101.3001.5002&articleId=48785675&d=1&t=3&u=95b8ecfa72444f81a8bfba7dd8ea341a)
1054

被折叠的 条评论
为什么被折叠?



