<style> .root i { color: red; } </style> <!-- why isn't the first one red?? --> <div class="root"> {#each [1, 2, 3] as i} <span class="class-{i}"> ...
確定! 回上一頁