问题
And more specifically, in FSI
?
回答1:
You can programatically control the clipboard using the Clipboard class in the System.Windows.Forms
namespace. (The required assembly is brought in by default to FSI.)
open System.Windows.Forms
Clipboard.SetText("Hello from FSI!")
来源:https://stackoverflow.com/questions/1791747/how-to-copy-to-the-clipboard-in-f