Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jsp标记中的html_Html_Jsp_Tags - Fatal编程技术网

jsp标记中的html

jsp标记中的html,html,jsp,tags,Html,Jsp,Tags,jsp标记中的Html <jsp:setProperty name="mail" property="message" value="<html> <body><h1>Welcome</h1> <br/> <table cellpadding=\"6\" cellspacing=\"0\" border=\"1\"> <tr><td style=\"text-a

jsp标记中的Html

 <jsp:setProperty name="mail" property="message" value="<html> <body><h1>Welcome</h1> <br/> <table cellpadding=\"6\" cellspacing=\"0\" border=\"1\">
                   <tr><td style=\"text-align: left;font-weight: bold\">User Name:</td><td> +email+</td></tr> <tr><td style=\"text-align: left;font-weight: bold\">Password:</td><td>+pass+</td></tr>
                  </table></body></html>"/>

不以表格格式显示
但是在XML中显示整个html标记时,不能使用反斜杠来转义双引号。它们是用

转义的。你能给我一个例子吗?用
替换每个
。并指定你得到的错误,而不是只说“给出错误”“。错误消息包含有意义的信息。未获取任何错误,但未以表格格式显示,但显示完整的html标记。未显示的内容是什么?您显示的唯一代码是不显示任何内容。我希望该内容以表格格式以html的形式以值形式写入,但我写了这篇文章,它显示了整个标记。当您获取页面的html源代码时,它会说什么?