gpt4 book ai didi

javascript - 在 Coffeescript 中将 while 循环转换为 for 循环

转载 作者:行者123 更新时间:2023-11-30 13:19:20 24 4
gpt4 key购买 nike

这似乎是一个简单的转换,但我似乎找不到它的语法。

i = start
while(if step > 0 then i < end else i > end)
array.push i
i += step

start、end、step是有符号整数

最佳答案

假设您希望从 startend 的数字作为 array 变量中的项目,这可能会做您想要的:

array = (i for i in [start...end])

关于javascript - 在 Coffeescript 中将 while 循环转换为 for 循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10852209/

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