发布网友 发布时间:2022-04-06 06:44
我来回答
共1个回答
热心网友 时间:2022-04-06 08:13
<?php$user=$_POST['user']?$_POST['user']:'';if(empty($user)){ echo '<script type="text/javascript">alert("用户名不能为空");history.back(-1);</script>';}?>