平台:unity5.5.0
系统:win10
public class Test : MonoBehaviour { void Start() { string str = GUIUtility.systemCopyBuffer; Debug.Log("剪贴板内容:" + str); } }