截取字數(30表示截取15個漢字)
{echo cutstr($mymps[title],30)}
輸出時間默認輸出格式(2025-04-29)
{echo GetTime($mymps[begintime])}
輸出時間按指定格式(如2025年12月25日)
{echo GetTime($mymps[begintime],'Y年-m月-d日')}
輸出友好時間格式(如1分鐘前)
{echo get_format_time($mymps[begintime])}
清除html格式
{echo clear_html($mymps[content])}