摘要: 第一种:第二种:第三种:第四种:第五种:============带倒计时的=======================function times() {for (i=4;i>0;i++) {setTimeout('relink()',1000);//1秒后执行}}function reli... 阅读全文
posted @ 2010-11-16 14:48 binlunia 阅读(442) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2010-11-16 14:47 binlunia 阅读(226) 评论(0) 推荐(0)
摘要: TimeSpan ts = DateTime.Now.Date-Convert.ToDateTime(textBox1.Text);int days = ts.Days;textBox7.Text = ts.ToString(); 阅读全文
posted @ 2010-11-16 14:46 binlunia 阅读(332) 评论(0) 推荐(0)