1

function Check()// 验证表单数据有效性的函数
{ 
    var name= '<?php echo $user;?>';
    if(name==""){
           window.alert('请先登录!');     
        return false;
        }
        return true;
}

 

Done!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
相关资源
相似解决方案