复制粘贴功能,代码如下: 1、复制功能 UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; pasteboard.string = @"复制的内容"; 仅做记录 相关文章: