This commit is contained in:
Looly
2022-04-28 03:20:23 +08:00
parent 17cd183722
commit 8e2c06c671
96 changed files with 175 additions and 167 deletions

View File

@@ -16,7 +16,7 @@ public class ClipboardMonitorTest {
Console.log("1# {}", object);
return contents;
}, false);
// 第二个监听
ClipboardUtil.listen((clipboard, contents) -> {
Object object = ClipboardUtil.getStr(contents);