fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> <script> function setPageBreak(){ document.getElementById("footer").style.pageBreakInside="avoid"; } </script> </head> <body> <h1>这是个标题</h1> <p>这是一个段落</p> <p id="footer">这是底部段落</p> <button type="button" onclick="setPageBreak()">避免在页脚段落的分页符</button> </body> </html>
运行结果