vb6如何实现格式化输出?printf( "Form1.Text%d.Text = Form2.Text%d.Text\n ",a,a); vb6应该怎么写?[解决办法]Print "Form1.Text " & a & ".Text = Form2.Text " & a & ".Text "