现在我创建了一个Web请求并从该请求获得响应。我的回复类型是html。但是在这个html中,双引号在属性中被遗漏了。例如
<form method = POST name=xxxxx> <Body>
<table **width=600 align=middle**>
<tr><td **align=middle**>Your Test below.</td></tr>
<tr>
</table>
此处响应内容类型为text / html