php $now = time(); while ($now + 4 > time()) { // do nothing } echo "Done.\n"; ?> While it does work, there are two problems with it. Firstly, time() has a ...
確定! 回上一頁