判断函数内容是否为空 empty 2.isset函数是检测变量是否设置。 isset3.判断'Volvo'是否在数组内!$a=array("Volvo"=>"XC90","BMW"=>"X5");if (array_key_exists("Volvo",...