9.常用输入与输出与确认

Posted 许先

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9.常用输入与输出与确认相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>输出Hello World</title>
<script  type="text/javascript">  

if( confirm("是否开始运行程序?") ){ 
    var j=prompt("请输入连续输出‘hello world!‘的次数:",1); 

    if( j < 0 )alert("请输入大于0的整数");  
    for(var i=0;i<j;i++){
        if( i==0 )document.write("<h3>开始输出</h3>");
        document.write("<h3>Hello World</h3>");
        if( i==j-1 )document.write("<h3>结束输出,共输出了"+j+"次.</h3>");
    } 

}else{
    alert("你已经放弃了执行程序"); 
}


</script>
</head>

<body>

</body>
</html>

 

以上是关于9.常用输入与输出与确认的主要内容,如果未能解决你的问题,请参考以下文章

9流类库与输入/输出

9流类库与输入/输出2.3输出文件流成员函数

9流类库与输入/输出3.输入流

Structured Streaming教程 —— 常用输入与输出

模电学习1. 三极管基础知识及常用电路

模电学习1. 三极管基础知识及常用电路