我一直对提前结束响应的视图有问题。没有服务器错误,甚至在调试应用程序时也没有错误。
每当它发生时,刷新总是会呈现正确的输出。
期望的输出(插图)
<html>
<head>...</head>
<body>
<my view>
<content 1 />
<content 2 />
<content 3 />
</my view>
</body>
</html>
我得到了什么(插图)
<html>
<head>...</head>
<body>
<my view> </my view>
</body>
</html>