发表于: 2019-05-02 22:57:03
2 805
今天完成的事:轮播图
遇到的问题:
<div class=" carousel">
<input type="radio" checked name="carousel" id="img1">
<input type="radio" checked name="carousel" id="img2">
<input type="radio" checked name="carousel" id="img3">
在写轮播图的时候,因为是参考的师兄的效果做出来了就是少一个按钮
找了一上午,看着代码都没有错,最后才发现原来是第一个没有关联,
大致完成了轮播图
明天的事:开始写网页
评论