1. 首页
  2. 数据库
  3. 其它
  4. asp是的日期转换为星座的函数

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

上传者: 2021-01-04 06:31:33上传 PDF文件 24.86KB 热度 10次
代码如下: function astro(birth) astro=”” if birth=”” or not isdate(birth) Then exit function birthmonth=month(birth) : if birthmonth<10 then birthmonth=”0′′ & birthmonth birthday=day(birth) : if birthday<10 then birthday=”0′′ & birthday birth=trim(birthmonth & birthday) ‘重整月日,0903型 rAstro=split(“水瓶座
用户评论