設置在表格元素之前始終進行分頁的分頁行為:. <html> <head> <style> @media print { h1 {page-break-before:always} } </style> </head> <body> .... </body> </html> ...
確定! 回上一頁