9.20JAVASCRIPT
Posted sistrong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9.20JAVASCRIPT相关的知识,希望对你有一定的参考价值。
循环语句,一个小例子。
<script>
蓝球弹起的高度 100米 第几次高度小于1米
var height=100;
var count=0;
while("ture"){
height*=0.6;
count++;
if(height<1){
break;
}
}
alert(count);
</script>
以上是关于9.20JAVASCRIPT的主要内容,如果未能解决你的问题,请参考以下文章
GhostScript (9.20, AIX) 将 PDF 转换为 PCL 时出错