if ($youd == 0) {
echo "<script>alert('你无权进行改价密码设置!');window.history.back();</script>";
exit;
}
js 判断 后 弹出框提示 示例
最新推荐文章于 2025-06-19 19:48:29 发布
if ($youd == 0) {
echo "<script>alert('你无权进行改价密码设置!');window.history.back();</script>";
exit;
}