must end with the ';' delimiter.错误的解决

在配置文件中直接用&的话,会产生must end with the ';' delimiter.错误。



edit.action?id=${id}&next=${next}



jdbc:mysql://localhost:3306/my?useUnicode=true&characterEncoding=utf-8




正确的做法是:[size=large][color=red]把[b]&[/b]换成[b]&[/b][/color][/size]


edit.action?id=${id}&next=${next}




jdbc:mysql://localhost:3306/my?useUnicode=true&characterEncoding=utf-8




XML其他字符的转换:
[color=red]
[b]<[/b] 换成 [b]<[/b]
[b]>[/b] 换成 [b]>[/b]
[b]'[/b] 换成 [b]'[/b]
[b]"[/b] 换成 [b]"[/b]
[/color]

你可能感兴趣的:(错误记录)