2011-05-29 31 views

回答

0
<script> 
    //Put the HTML back into the text area 
    oEditor.saveHTML(); 
    //The var html will now have the contents of the textarea 
    var html = oEditor.get('element').value; 
    alert(html); 
</script> 
相關問題