作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试从 php 加载我的 businessHours 时
我得到
但是当我在 businessHours 中手动粘贴 PHP 返回的 JSON 时,它工作正常。
json 是:
[
{
"daysOfWeek":"[0]",
"startTime":"09:00:00",
"endTime":"19:00:00"
},
{
"daysOfWeek":"[1]",
"startTime":"09:00:00",
"endTime":"10:00:00"
},
{
"daysOfWeek":"[2]",
"startTime":"09:00:00",
"endTime":"10:00:00"
},
{
"daysOfWeek":"[3]",
"startTime":"09:00:00",
"endTime":"14:00:00"
},
{
"daysOfWeek":"[4]",
"startTime":"09:00:00",
"endTime":"14:00:00"
},
{
"daysOfWeek":"[5]",
"startTime":"09:00:00",
"endTime":"14:00:00"
},
{
"daysOfWeek":"[6]",
"startTime":"09:00:00",
"endTime":"19:00:00"
}
]
不知道怎么回事。我的 JS 代码是:businessHours: { url: 'classes/load-orariapertura.php' }
PHP代码是:https://pastebin.com/M9yL9DQn
最佳答案
解决方法:businessHours: <?php include_once('classes/load-orariapertura.php'); ?>
PHP 页面返回以 JSON 编码的数组。
关于javascript - Fullcalendar 如何从 PHP 加载 BusinessHours,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58331408/
当我尝试从 php 加载我的 businessHours 时 我得到 但是当我在 businessHours 中手动粘贴 PHP 返回的 JSON 时,它工作正常。 json 是: [ {
我最近开始使用 Pandas 并找到了 CustomBusinessDay 和 BusinessHour类对于在处理特定业务规则时进行日历数学运算非常有用。但是,我想知道是否可以将它们结合起来计算同时
我是一名优秀的程序员,十分优秀!