Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在早期的 IE 上,我的<body>主页高度扩展到了 200% 左右。该网站是http://www.graetz-ran.co.il/。
<body>
<div id="fp-gallery"></div>摆脱后<span class="push-h"></span>
<div id="fp-gallery"></div>
<span class="push-h"></span>
<?php if($range == 'arizona'): ?> <?php echo $image->county; ?> <?php endif; ?>
好的,所以这段代码正在运行,并且回显输出是:“arizona”
现在我想用 echo 替换第一行的“arizona”。我试过