gpt4 book ai didi

Php: while...endwhile 之间有什么区别? while {//stuff here }

转载 作者:IT王子 更新时间:2023-10-28 23:46:57 26 4
gpt4 key购买 nike

有什么区别

while (expression):

// do stuff

endwhile;

while {

}

最佳答案

没有功能上的区别。

在实际使用中我发现:

while (expression):
// do stuff
endwhile;

当您在 html 中嵌入 php 代码时,对设计人员来说更具可读性。即:

<? while ($cssClass = array_pop($array)): ?>
<li class="<?=$cssClass?>">
<? endwhile; ?>

鉴于:

while {

}

在 php 代码块中更具可读性。

关于Php: while...endwhile 之间有什么区别? while {//stuff here },我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4650971/

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