參考自http://codingstandards.iteye.com/blog/780524
1.while true do command; done
2.while : do command; done
3.while [1] do command; done
4.while [0] do command done
5.while 條件 do command; done
參考自http://codingstandards.iteye.com/blog/780524
1.while true do command; done
2.while : do command; done
3.while [1] do command; done
4.while [0] do command done
5.while 條件 do command; done
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。