unity读取PC剪贴板(粘贴板)的数据缓存

xiaoxiao2021-02-27  180

平台:unity5.5.0

系统:win10

public class Test : MonoBehaviour {     void Start()     {         string str = GUIUtility.systemCopyBuffer;         Debug.Log("剪贴板内容:" + str);     } }

转载请注明原文地址: https://www.6miu.com/read-17244.html

最新回复(0)