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.
我已经 ssh'd 进入我学校的一个计算机集群。我想知道我正在运行的机器的名称,例如myth14。
该hostname命令将执行此操作。
hostname
<?php if($range == 'arizona'): ?> <?php echo $image->county; ?> <?php endif; ?>
好的,所以这段代码正在运行,并且回显输出是:“arizona”
现在我想用 echo 替换第一行的“arizona”。我试过