大家好,我想通过 onclick 功能切换图像堆栈集。这里的问题是 appendchild 总是会添加一个新的图像堆栈而不是替换原始图像堆栈。
我试过replacechild(),但显然全局变量和函数不受本地变量的影响。有没有更好的方法来实现开关功能?
<div>
<button id="softtissue" type="button" onclick="softtissue();return false" class="button">
Soft Tissue</button>
<button id="bone" type="button" onclick="bone(); return false;" class="button">
Bone</button>
<button id="lung" type="button" onclick="lung(); return false" class="button">
Lung</button>
</div>
<div class="example">
</div>
墨色风雨
相关分类