最后更新于:2022-03-26 22:41:02
完整的 VBScript 参考手册
Year 函数返回表示年份的一个数字。
Year(date)
document.write(Year(“2010-02-16”))
</script>
以上实例输出结果:
尝试一下 »