UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];string
//text:須要複製的文字ast
pasteboard.string = text;文字