摘要: 动态渲染数据: {foreach $data as $v} <tr class="kot" kot="{$v.id}"> <th>{$v.id}</th> <td>{$v.name}</td> <td><img src="../../../uploads/{$v.img}" alt="" width 阅读全文
posted @ 2021-03-31 14:55 jerry_min 阅读(69) 评论(0) 推荐(0)
摘要: 场景用在实现获取手机验证码:jQuery实现倒计时获取验证码 $('#dyMobileButton').click(function () { var time=10; var phone=$('#phone').val(); //验证手机号不能为空 if (phone.length==0){ $( 阅读全文
posted @ 2021-03-31 14:10 jerry_min 阅读(220) 评论(0) 推荐(0)