Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在调试时如果我想在输出窗口中打印一个字符串,需要调用哪个方法?
在 x 代码中,我们有NSLog. 我们在视觉工作室有类似的东西吗?
NSLog
System.Diagnostics.Debug.WriteLine("your string");