• 如何改变对应的代号,用分类法计算价值
<div class="rating">
<h2 typename="First">One is First</h2>
<h2 typename="Second">Two is Second</h2>
<h2 typename="Third">Three is Third</h2>
</div>
页: 1
<div class="rating">
<h2 typename="First">First</h2>
<h2 typename="Second">Second</h2>
<h2 typename="Third">Third</h2>
</div>
Here I want 页: 1change the h2
text with its corresponding attribute value typename
.
How 页: 1do so ?