
| 欢迎访问全国企业网站设计NO.1网站开发商平台 | 付款方式 |
POST TIME:2020-10-09


<?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); ?>