if ($_POST['lang']==null) {
echo "请输入有效文字";
}
提示: Notice: Undefined index: lang
提示很清楚了, 未定义的索引: lang, 检查你的数组
提示很清楚了, 未定义的索引: lang, 检查你的数组