<html:link> <html:rewrite>差别

html:link html:rewrite区别html:link 生成的是一个超链接:a href/StrutsMyself/RegUserUI.do?us

<html:link> <html:rewrite>区别
<html:link> 生成的是一个超链接:
<a href="/StrutsMyself/RegUserUI.do?username%A0%">注册</a>

<html:rewrite>生成的是一个地址:
"/StrutsMyself/RegUserUI.do?username%A0%"