c#操作windows剪贴板总结
一、获取剪贴板数据:private void button1_Click(object sender, System.EventArgs e) { // Create a new instance of the DataObject interface. IDataObject data = Clipboard.GetDataObject(); // If t