随笔分类 -  html

摘要:前端实现——html2pdf功能(完成)_yehaocheng520的博客-CSDN博客_html2pdf 阅读全文
posted @ 2022-05-05 10:31 羽鱼 阅读(84) 评论(0) 推荐(0) 编辑
摘要:parent.frames[0].document.location=url 阅读全文
posted @ 2021-03-09 14:51 羽鱼 阅读(759) 评论(0) 推荐(0) 编辑
摘要:value-format="timestamp" 阅读全文
posted @ 2020-10-26 11:19 羽鱼 阅读(2110) 评论(0) 推荐(0) 编辑
摘要:右键事件 contextmenu 阅读全文
posted @ 2019-09-09 11:50 羽鱼 阅读(189) 评论(0) 推荐(0) 编辑
摘要:Text2Html(str) { if (str == null) { return ""; } else if (str.length == 0) { return ""; } str =str.replace(new RegExp("\n","gm"),"<br />") str =str.re 阅读全文
posted @ 2019-05-29 15:56 羽鱼 阅读(919) 评论(0) 推荐(0) 编辑
摘要:<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"> 阅读全文
posted @ 2019-05-24 11:36 羽鱼 阅读(1161) 评论(0) 推荐(0) 编辑
摘要:IOS在点击输入框弹出键盘 键盘回缩 后 定位没有相应改变 还有 textarea 也会弹出键盘 $("input").blur(function() { console.log("失去焦点"); window.scrollTo(0, 0); }); let input = document.get 阅读全文
posted @ 2019-05-24 11:28 羽鱼 阅读(2032) 评论(0) 推荐(0) 编辑
摘要:select{ width: auto; padding: 0 1%; //左右一定要设置 margin: 0; } option{ text-align:center; } 阅读全文
posted @ 2019-05-05 15:28 羽鱼 阅读(6243) 评论(0) 推荐(0) 编辑