window.onload = function () { var i = 1000; var j = 0; while (true){ i = i * 1.05; if (i >= 5000){ break; } j++; } alert(j); }
本文标题:年利润
本文链接:https://www.haomeiwen.com/subject/fvldhqtx.html
网友评论