var oB=prompt("請(qǐng)輸入1樓人數(shù)"); var oS=prompt("請(qǐng)輸入1樓少數(shù)民族人數(shù)"); if(oS<=100&&oB+oS<=150) { document.write('你好歡迎觀臨1樓!'+'<br/>'); } else { document.write('你好1樓人滿!'+'<br/>'); } 怎么把他們相加
2 回答
舉報(bào)
0/150
提交
取消
var oB=prompt("請(qǐng)輸入1樓人數(shù)"); var oS=prompt("請(qǐng)輸入1樓少數(shù)民族人數(shù)"); if(oS<=100&&oB+oS<=150) { document.write('你好歡迎觀臨1樓!'+'<br/>'); } else { document.write('你好1樓人滿!'+'<br/>'); } 怎么把他們相加
2014-04-21
舉報(bào)
2014-04-30
你這是干嘛
2014-04-23
Ghii