美文网首页
05. 打印日志

05. 打印日志

作者: shannoon | 来源:发表于2017-01-20 15:15 被阅读9次

1. System.Diagnostics.Debug

  • 可以在protable工程中使用
            System.Diagnostics.Debug.WriteLine($"{page.IsAnimate}");

2.System.Console

  • 不可以在protable工程中使用
            System.Console.WriteLine($"{page.IsAnimate}");

            Console.WriteLine($"aaaa{DateTime.Now}");

Paste_Image.png

相关文章

网友评论

      本文标题:05. 打印日志

      本文链接:https://www.haomeiwen.com/subject/nanwbttx.html