代码编辑器:
x
1
<script>
2
function ChangeOrphans(){
3
document.getElementById("p1").style.orphans=document.getElementById("orphans").value;
4
}
5
</script>
6
<style>
7
.othercontent{
8
width:400px;
9
border-top:19cm solid #c3c3c3;
10
}
11
@page{
12
/* 设置打印页面大小 */
13
size:21cm 27cm;
14
margin-top:2cm;
15
}
16
@media print{
17
.orphans{
18
orphans:2;