朱丽叶

导航

2023年2月15日 #

原生的js分页

摘要: function pagePagings(option) { let htmlStr = ''; console.log(option.current,option.total,option.btnNums ); // 当前页 let current = option.current || 1; / 阅读全文

posted @ 2023-02-15 14:34 朱丽叶 阅读(100) 评论(0) 推荐(0)