2021年3月16日

JavaScript系列---【Math函数--随机生成验证码案例】

摘要: html代码: <span id="show"></span> css代码: <style> span { display: block; width: 200px; height: 50px; background-color: pink; position: absolute; left: 0; 阅读全文

posted @ 2021-03-16 23:09 码农小小海 阅读(137) 评论(0) 推荐(0)

javaScript系列---【调用封装的运动函数】

摘要: html代码: <div id="box"></div> <button class="btn">向右</button> <button class="btn" style="margin-left: 100px;">向左</button></button> <script src="./js/ut 阅读全文

posted @ 2021-03-16 23:01 码农小小海 阅读(72) 评论(0) 推荐(0)

导航