标签:after void display class font oct exist const oid
<!DOCTYPE html>
<html>
<head>
 <style type="text/css">
    @media print
    {
    table { page-break-inside:auto; width: 100%; }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
    }
 </style>
</head>
<body>
<table>
但是我收到错误:
The name ‘media‘ does not exist in the current context.
谢谢。
@@media print
标签:after void display class font oct exist const oid
原文地址:https://www.cnblogs.com/turnip/p/12131436.html