gpt4 book ai didi

blogger - 有没有Blogger(blogspot)非移动条件格式

转载 作者:行者123 更新时间:2023-12-02 16:26:45 24 4
gpt4 key购买 nike

我只想在我的 Google blogspot (blogger.com) 桌面版上加载 javascript 文件,因为我需要移动博客的精简版。

我经历了以下事情,但没有工作

<b:if cond != 'data:blog.isMobile'>;
<b:if cond = !'data:blog.isMobile'>;
<b:if cond = '!data:blog.isMobile'>;
<b:if cond='data:blog.pageType !== "data:blog.isMobile">

如何在 Google blogspot 中编写“is Not Mobile”条件?预先感谢您的所有回答。

================================================== ===================================

更新:我目前正在使用以下代码,它正在工作,但欢迎更好的想法

<b:if cond='data:blog.isMobile'>

<b:else/>
//I include javascript files here and they only appear on desktop version
</b:if>

最佳答案

在这种情况下,您可以在博主条件标记中使用 truefalse 语句。这是最好的方法;)

<b:if cond='data:blog.isMobile == &quot;false&quot;'>
//Contents inside this, will only appear in Desktop version.
</b:if>

编辑#1:

仅当您启用移动模板并将其设置为自定义时,此功能才有效。

enter image description here

enter image description here

它确实可以在 Chrome 的移动模拟器上运行。 (如果从移动设备或使用反射(reflect)移动浏览器用户代理的模拟器访问,将被重定向到移动版本。它将在 URL 末尾添加 ?m=1)

enter image description here

希望这有帮助。

关于blogger - 有没有Blogger(blogspot)非移动条件格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22565764/

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