朱丽叶

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

02 2023 档案

原生的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 朱丽叶 阅读(86) 评论(0) 推荐(0) 编辑

cdn方式引入react
摘要:<script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script> <script crossorigin src="https://unpkg.com/react-dom@18/umd 阅读全文

posted @ 2023-02-08 23:26 朱丽叶 阅读(179) 评论(0) 推荐(0) 编辑

vue3 + xlsx + xlsx-style 导出excel
摘要:安装 file-saver、xlsx、xlsx-style // 注意安装的版本 "file-saver": "^2.0.5", "xlsx": "^0.17.0", "xlsx-style": "^0.8.13" npm i xlsx@0.17.0 -S npm i xlsx-style@0.8. 阅读全文

posted @ 2023-02-01 16:50 朱丽叶 阅读(1656) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示