寻找幽默感
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了寻找幽默感相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
function Wopen(){
var a=window.confirm("确定要打开百度");
if(a== true){
window.open(‘http://www.baidu.com‘);
}else{
var b=window.confirm("纳尼?想打开片片?");
if(b==true){
var c=window.prompt("叫大哥");
if(c=="大哥"){
window.open(‘http://www.imooc.com‘);
}else{
var d=window.prompt("小子你想造反?");
if(d=="想"){
alert("哥不陪你玩了");
}else{
alert("自己慢慢联系吧");
}
}
}else{
alert("你是弄啥类????");
}
}
}
</script>
</head>
<body>
<input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >
</body>
</html>
以上是关于寻找幽默感的主要内容,如果未能解决你的问题,请参考以下文章