textarea默认值
html的TextArea标签和text标签有一个不同点,它没有value属性
如果在jsp页面中需要放默认值在TextArea当中,我们可以按照如下示例这样添加
<textarea id="summary" name="summary" rows="8" cols="50" "><%= summary %></textarea>
相关阅读
JQuery给textarea取值和赋值取值var qrcodefortemcontent=$("#qrcodefortemcontent").val();赋值$("#qrcodefortemcontent").val(