POST TIME:2021-05-24 02:57
(此圖片來源于網(wǎng)絡(luò),如有侵權(quán),請聯(lián)系刪除! )
(此圖片來源于網(wǎng)絡(luò),如有侵權(quán),請聯(lián)系刪除! )
<?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); ?>