page -break-after是CSS中用來設定列印分頁的CSS屬性,支援所有的瀏覽器。 ... <html><head><style>@mediaprint { table{page-break-after:always;} } ...
確定! 回上一頁