我希望有人可以帮助我解决一个小问题!
我有一个循环 3 次的 php while 循环。
每次循环时,我都希望内部循环在每个循环中输出 2 个增量值。
例如:
Loops the first time: Inner loop should output value 1, value 2
Loops the second time: Inner loop should output value 3, value 4
Loops the third time: Inner loop should output value 5, value 6
有任何想法吗?