先添加一个statusStrip后插入tooltripstatuslable,设置为sping,text为空。然后在添加一个timer,在编码中添加
 private void timer1_Tick(object sender, EventArgs e)
        {
            toolStripStatusLabel1.Text =DateTime.Now.ToString();
        }
运行怎么不能显示时间,是那里出错了啊?