function waterMark(settings) { //获取页面最大宽度 var page_width = Math.max(document.body.scrollWidth, document.body.clientWidth); var cutWidth = page_width * 0.0150; var page_width = page_width - cutWidth; //获取页面最大高度 var page_height ...
js
2023-09-02
50 点赞
0 评论
75 浏览