• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    asp是的日期转换为星座的函数

    复制代码 代码如下:

    function astro(birth)
    astro=""
    if birth="" or not isdate(birth) Then exit function
    birthmonth=month(birth) : if birthmonth10 then birthmonth="0" birthmonth
    birthday=day(birth) : if birthday10 then birthday="0" birthday
    birth=trim(birthmonth birthday) '重整月日,0903型
    rAstro=split("水瓶座*0120*0219#双鱼座*0220*0320#白羊座*0321*0420#金牛座*0421*0521#双子座*0522*0621#巨蟹座*0622*0722#狮子座*0723*0823#处女座*0824*0923#天秤座*0924*1023#天蝎座*1024*1122#射手座*1123*1222#摩蝎座*1222*0119#","#")
    astro="摩蝎座" '这个是跨年的,不好对比,先默认
    for i_ls=0 to ubound(rAstro)-2
    rls2=split(rAstro(i_ls) "*","*")
    if birth>=rls2(1) and birth=rls2(2) then
    astro=rls2(0)
    exit for
    end if
    next
    end function

    您可能感兴趣的文章:
    • 根据出生日期自动取得星座的js代码
    上一篇:asp动态页面防采集的新方法
    下一篇:ASP 隐藏下载地址及防盗链代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    asp是的日期转换为星座的函数 asp,是的,日期,转换,为,星座,