标题:怎样prompt接收的值?
取消只看楼主
good_good_study
Rank: 1
等 级:新手上路
帖 子:21
专家分:0
注 册:2007-11-24
 问题点数:0 回复次数:2 
怎样prompt接收的值?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.]http://www.[/url]">
<html xmlns="[url=http://www.]http://www.[/url]">
<head>
<meta http-equiv="Content-Type" c />
<title>无标题文档</title>
<script language='javascript'>
function pro(){
      var tempA=window.prompt("Plese input your name!","")
       if( tempA=="" || tempA==null ){
         tempA="You are null!"   
   }
   alert(tempA);
}
</script>
</head>
<body >
</body>
</html>
搜索更多相关主题的帖子: prompt 
2007-11-29 17:26
good_good_study
Rank: 1
等 级:新手上路
帖 子:21
专家分:0
注 册:2007-11-24
得分:0 
不太明白 你“此外,lz的if条件有问题,必须先判断null,在判断空串(逻辑运算是短路的,请牢记)”这句话的意思,好像还是不可以啊
2007-12-03 22:47
good_good_study
Rank: 1
等 级:新手上路
帖 子:21
专家分:0
注 册:2007-11-24
得分:0 
现在知道了,还是我对逻辑运算的理解不深,这次又长知识了,谢谢了各位!
问题解决!!
2007-12-06 10:43



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-189335-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.183241 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved