strTitle="hello world"
<input name="description" type="text" size="80" maxlength="256" value=<%=strTitle%> />
显示出来的只有"hello"
请问怎样解码才能显示完整的字符串