如何调用指定时间内发布的内容,比如说 调用2025年1月1号到 2025年1月10号的内容
{php $where = 'inputtime BETWEEN '.strtotime('2025-01-01').' AND '.strtotime('2025-01-10');} {m:lists field="catid,title,inputtime,url" where="$where" catid="1" limit="10"}
这家伙很懒,什么都没写呢~