本文介绍了用Javascript显示周数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
我有以下代码用于显示当天的名称,后跟一个固定短语.
I have the following code that is used to show the name of the current day, followed by a set phrase.
我想做的是将当前周数放在短语后面的括号中.我找到了以下代码:
What I would like to do is have the current week number in brackets after the phrase. I have found the following code:
取自 http://javascript.about.com/library/blweekyear.htm 但我不知道如何将其添加到现有的 javascript 代码中.
Which was taken from http://javascript.about.com/library/blweekyear.htm but I have no idea how to add it to existing javascript code.
推荐答案
只需将其添加到您当前的代码中,然后调用 (new Date()).getWeek()
Simply add it to your current code, then call (new Date()).getWeek()
这篇关于用Javascript显示周数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!