使用scope 属性描述<div> 元素的样式:. <div> <style type="text/css" scoped> h1 {color:red;} p {color:blue;} </style> <h1>这个标题是红色的</h1> <p>这个段落是 ...
確定! 回上一頁