通过使用$('.textarea').wysihtml5();
,我无法获取数据并且不使用它。可以提取吗?
所以我想使用wysihtml5();
来获取数据,我在response [0] .paragraph中收到的值是“ hhsdfdssdf”
$('#paragraph').val(response[0].paragraph);
$('#paragraph').attr('value',response[0].paragraph);
$('#paragraph').html(response[0].paragraph);
$('#paragraph').append(response[0].paragraph);
$('#paragraph').text(response[0].paragraph);