函数代码如下:<?phpfunction alertM($mes,$url){ echo "<script>alert($mes);</script>"; echo "<script>window.location=$url;</script>";}?>运行结果如下<script>alert('验证码错误,重新登录');</script><script>window.location='login.php';</script>
添加回答
举报
0/150
提交
取消