prompt() 弹出输入框
var a=prompt() 获取
运算符:&& || ! 与或非 true&&false=true
短路中断(逻辑中断) 0 && 456 =0 123||456=123 123是true这个并且是非所以逻辑已经是true了,456不判断