名站网址导航为大家免费提供关于网站编程方面的知识。
php如何判断一个字符串是否包含另一个字符串
- 本篇文章的具体介绍如下请大家仔细看
function strToDate(str, ext) { if (str == null || str == '') return; var arys = new Array(); arys = str.split('-'); var newDate = new Date(arys[0], arys[1] - 1, arys[2], 9, 0, 0); if (ext) { newDate = new Date(newDate.getTime() 1000 * 60 * 60 * 24); } return newDate; } function showit(str, start, end) { var date = new Date(); var start = strToDate(start); var end = strToDate(end, false); if (date & gt; start & amp; & amp; date document.write(str); } } 调取: showit('Your ads','2011-07-06','2011-07-18'); |
关于网站编程方面的知识就说道这里了,希望能够对大家有作用。,js,定时,显示,广告,代码,