这是我在 SQL Developer 工具中查看时的数据
introduction
topic 1
topic end
在我使用 ResultSet 阅读后,
ResultSet result = stmt.executeQuery();
result.getString("description")
并在 JSP 页面中显示为
<bean:write name="data" property="description" />
但它会像这样显示
introduction topic 1 topic end
如何保持与 SQL Developer 中的显示相同?