POST TIME:2021-05-24 02:57

(此图片来源于网络,如有侵权,请联系删除! )

(此图片来源于网络,如有侵权,请联系删除! )
<?php GetEditor("body",$body,450,"Diy"); ?>
换成
<?php GetEditor("body",$addRow['body'],450); ?>
将/dede/templets/album_add.htm 中的
<?php GetEditor("body","",450,"Diy"); ?>
换成
<?php GetEditor("body",$addRow['body'],450); ?>