用ueditor时,在文本域中中显示内容为空白
<textarea name="content" id='content' style=" 600px;height: 400px;"> <?php echo $row['content'];?> </textarea>
查了好久,发现是重复定义了变量$row导致后面取变量值时出现错误