Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetClipboard
Method
GetClipboard
src/pkgDm/Dm2Java.java:2457–2459 ·
view source on GitHub ↗
获取剪贴板的内容 @return 以字符串表示的剪贴板内容
()
Source
from the content-addressed store, hash-verified
2455
* @
return
以字符串表示的剪贴板内容
2456
*/
2457
public
String GetClipboard(){
2458
return
Dispatch.call(dm,
"GetClipboard"
).getString();
2459
}
2460
2461
/**
2462
* 得到系统的路径
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getString
Method · 0.45
Tested by
no test coverage detected