DOCTYPE html> <html> <head> <title> CSS page-break-inside property </title> <style type="text/css"> @media print { ul { page-break-inside:avoid; } ...
確定! 回上一頁