本文介绍了如何计算下周三日期的给定日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 限时删除!! 我的代码在这里: 函数validatedate(inputText) { //某些代码是thr document.form1.penh1.value = setMyDateFormat(dt.wedDate()); document.form1.penh2.value = setMyDateFormat(dt.wedDate() ); document.form1.penh3.value = setMyDateFormat(dt.wedDate()); Date.prototype.wedDate = function () { this.setDate(this.getDate()+ 3); 返回此内容; } < body> //某些代码是thr / / < / body> < / html>My code is here:function validatedate(inputText){// Some code is thrdocument.form1.penh1.value=setMyDateFormat(dt.wedDate());document.form1.penh2.value=setMyDateFormat(dt.wedDate());document.form1.penh3.value=setMyDateFormat(dt.wedDate());Date.prototype.wedDate=function(){ this.setDate(this.getDate()+3); return this;}<body>//some code is thr</body></html>推荐答案 这篇关于如何计算下周三日期的给定日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 1403页,肝出来的.. 09-08 12:32