[代码包] 收到的代码
<div class="box">
<h1>Hello</h1>
</div>
<style>
.box { background: blue; }
</style>
[{{ stepIcons[currentStep] }}] {{ steps[currentStep]?.name }}
html
└─ body
└─ div.box
.box {
background: blue;
}
background: blue;
}
div.box
→
蓝色背景
{{ boxSize }}×{{ boxSize }}
Hello
[屏幕] 显示结果
Hello
内容
...