B4A(安卓) 粘贴板使用方法

源代码

Dim clb As BClipboard,dystr As String
''必须先检测has否则程序崩溃
If clb.HasText Then
	dystr = clb.getText
End If

posted @ 2020-07-18 16:58  办公魔盒  阅读(504)  评论(0)    收藏  举报