我正在尝试使用类似以下HTML的内容: <div class="cowPen" data-cows="moo">The cow says </div> 在CSS这样的事情: .cowPen:after { content: attr(data-cows); }
確定! 回上一頁