Files

8 lines
165 B
HTML
Raw Normal View History

2023-11-14 17:34:21 +08:00
function clearLocalData () {
UE.getEditor('editor').execCommand( "clearlocaldata" );
alert("已清空草稿箱")
}
</script>
</body>
</html>