Files
2023-11-14 17:34:21 +08:00

8 lines
165 B
HTML

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