标签 "文章" 下的文章

共找到 1 篇文章

文章字数统计

· 2 分钟阅读
在functions.php中写入代码: function art_count ($cid){ $db=Typecho_Db::get (); $rs=$db->fetchRow ($db->select ('table.contents.text')->from ('table.contents')->where ('table.contents.cid=?',$cid)...