当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: <script> $.fn.scrollTo = function (options) { var defaults = { toT: 0, //滚动目标位置 durTime: 500, //过渡动画时间 delay: 30, //定时器时间 callback: null //回调函数 }; var opts = $.extend(defaults, options), timer = null, 阅读全文
posted @ 2019-11-13 22:01 hofmann 阅读(3004) 评论(0) 推荐(0)