我這為啥是錯的啊
<meta charset="UTF-8">
? ? <title>!important</title>
? ? <style type="text/css">
? ? p {
? ? ? ? color:red!important;
? ? }
? ? p.first {
? ? ? ? color: green;
? ? }
? ? </style>
</head>
我這為啥是錯的?。?/p>
<meta charset="UTF-8">
? ? <title>!important</title>
? ? <style type="text/css">
? ? p {
? ? ? ? color:red!important;
? ? }
? ? p.first {
? ? ? ? color: green;
? ? }
? ? </style>
</head>
我這為啥是錯的?。?/p>
2022-04-01
舉報
2022-04-10
可以試試把p和{之間的空格刪掉