gpt4 book ai didi

jquery - 想要打印完整的日历

转载 作者:行者123 更新时间:2023-12-01 07:15:59 25 4
gpt4 key购买 nike

我正在使用 Jquery 完整日历资源 View ,并且我想打印此页面。我尝试过的代码...

    <link href='fullcalendar/fullcalendar/fullcalendar.print.css'
rel='stylesheet' media='print' />
function print_calendar()
{
window.print();
}

但是显示是这样的... enter image description here

请给我任何解决方案,等待积极答复。

最佳答案

尝试包含两个样式表

<link href="fullcalendar/fullcalendar.css" rel="stylesheet">
<link href="fullcalendar/fullcalendar.print.css" rel="stylesheet" media="print">

关于jquery - 想要打印完整的日历,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18887497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com