PHP有什么理由可以在Chrome中运行,而不是在Safari中运行?
我只是做了一个简单的if语句,这是正确的,因此回应了Chrome中的一个元素,但在Safari中,它没有。
<?php if (($layout->article_overview_flexible_layout_type->id === 1 || $layout->article_overview_flexible_layout_type->id === 2) && ($layout->next->article_overview_flexible_layout_type->id === 3 || $layout->next->article_overview_flexible_layout_type->id === 4)) : ?>
<div class="article-overview-layout-sep"></div>
<?php endif; ?>
查看截图。左边是Chrome,右边是Safari。我不认为这是可能的,因为它的服务器端?我猜我错过了什么?我将浏览此模板的所有代码。
答案 0 :(得分:1)
由于某些级别的参数不同,您可以使用Chrome访问您正在访问的字段,但不能访问safari,例如: