.... ? 最佳答案 这取决于你定义什么为“有效”-6ren">
gpt4 book ai didi

jquery-mobile - 使用每页有多个标题的 jquery mobile

转载 作者:行者123 更新时间:2023-12-04 06:29:16 25 4
gpt4 key购买 nike

我想在我的第 2 页上显示标题。使用以下内容是否有效:

<div data-role="page" class="<?php print $node_classes; ?>">
<div data-role="header" data-theme="a" data-position="inline">
<h1><?php print $site_name; ?></h1>
</div>
<div class="page-header ui-bar">
<h2 class="ui-title"><?php print $title; ?></h2>
</div>
....
</div>

?

最佳答案

这取决于你定义什么为“有效”

它会正确渲染吗?我不这么认为,更好地使用:

<div data-role="header" data-theme="a" data-position="inline"> 
<h1><?php print $site_name; ?></h1>
</div>
<div data-role="header" data-theme="a" data-position="inline">
<h2 class="ui-title"><?php print $title; ?></h2>
</div>

这样做有意义吗?我也不这么认为

关于jquery-mobile - 使用每页有多个标题的 jquery mobile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10395498/

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