文本能竖列输出吗?
2023-08-17 13:41

OnBar(ArrayRef<Integer> indexs)

{

//-------------竖列输出示例---------------------------------

String str = \"中国龙\";

Integer a;

a=Len(str);

        Integer i;

For i = 0 To a - 1

{

Print(Mid(str,i,1));

}

Print(\" \");

//-------------------------------------------------

           }

请问在控制台能实现竖列输出,如何在plt.text时实现?

评论区
顶部