1
0
mirror of https://gitee.com/coder-xiaomo/algorithm-visualization synced 2025-09-09 22:21:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

修复数组为空Bug弹窗

This commit is contained in:
2022-05-28 01:23:36 +08:00
parent 92b7ef448f
commit fd0794158d
2 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<label>
请输入数组元素,以逗号分隔(中英文逗号均可)
<input id="array-input" style="width: 100%; text-align: center;" type="text" value="" />
</label>
</label>
<input id="getRandomBtn" type="button" value="随便来一个" />
</div>
<!-- 排序算法按钮 -->