isset() 对于数组中为 NULL 的值不会返回 TRUE,但是 array_key_exists() 会返回true。

在post 信息中判断某个键是否有值得时候使用isset();