js 生成 pdf 文件
话不多说好吧, 直接上demo图: 直接上代码好吧:( 要引入的两个js 链接我放最后 ) <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>大熊博客园谢谢关注</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <style> /* 设置背景为白色 */ .wrap { background: #fff; width: 1100px; padding: 50px; margin: 0 auto;} .header { text-align: center; border-bottom: 1px solid #797979; margin-bottom: 10px; padding-bottom: 30px;} .h1Title { text-align: center; font-size: 32px; line-height: 40px; margin-bottom: 10px;