while(true){ echo "Hello world"; }
我知道一个循环是什么,但是(真)是什么意思?它将执行多少次这不是无限循环吗?
明确的版本是
while (true == true)