这可能是因为您已经media
指定了该选项。
<!-- will ignore css on print -->
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<!-- will only use css when printing -->
<link href="style.css" rel="stylesheet" type="text/css" media="print" />
<!-- will use both -->
<link href="style.css" rel="stylesheet" type="text/css" />
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
12499 次 |
最近记录: |