这应该很简单.
我的表单上有一个Label控件,我试图在文本之间放置一个制表符
Label.Text = "Is there a\ttab";
输出是"有没有";
我究竟做错了什么?
c# winforms
c# ×1
winforms ×1