所属分类: 网页特效-日期时间 2023-10-26 03:03:54
$(document).ready(function(){ dt = new Date(); dt.setDate(dt.getDate() + 1); $('#app').squareCountDownClock({ countdownDate: dt, topColor: 'gold',//orange,red,yellow innerLabelColor: 'skyblue' }).startTimer(); });