在jsp页面中已实现word显示打印,怎么插入分页符实现多页面的打印功能
源码如下:
<%@ page contentType="application/msword;charset=GBK" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312"> 
<title>用户信息</title> 
 
</head>
<body>
gdfsgdfgd<br>----->>>怎么在这里插入分页符?
  sdfsgdsgfsd
</body>
</html>