临时笔记存储服务

version : 1.0.0

clear_note

Clears the current note, making it empty.

结果(Result)

write_note

Replaces the current note with a new string.

*content(string)

结果(Result)

read_note

Returns the current content of the note.

结果(Result)

append_note

Appends new text to the current note, starting with a new line. Optionally includes a separator line.

*content(string)

include_separator(boolean)

结果(Result)