UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];string
//text:须要复制的文字ast
pasteboard.string = text;文字