8 lines
165 B
HTML
8 lines
165 B
HTML
|
|
function clearLocalData () {
|
|
UE.getEditor('editor').execCommand( "clearlocaldata" );
|
|
alert("已清空草稿箱")
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |