public void Screenshot()
    {
        string fileName = GetFileName();

        ScreenCapture.CaptureScreenshot(fileName, 0);
        ToastSystem.Show("保存截图成功!文件路径:" + fileName);
    }
 private void Awake()
 {
     intance = this;
 }