string empid,sql; sql="select emp_id from emp"; db_run(sql); empid='0136'; if(empid in db_res(0) { msg('员工存在!'); } else { msg('员工不存在!'); }
登录后方可发贴