🌈 搜索
📅  最后修改于: 2022-03-11 15:02:45.643000             🧑  作者: Mango
var i = 0; do { text += "The number is " + i; i++; } while (i < 5);