我希望在打印中有真正的标签但\t只放置空格.例如:
first:ThisIsLong second:Short
first:Short second:ThisIsLong
first:ThisIsEvenLonger second:Short
Run Code Online (Sandbox Code Playgroud)
我将如何解决它,以便我可以拥有所有的第一,所有的秒数排队.例如:
first:ThisIsLong second:Short
first:Short second:ThisIsLong
first:ThisIsEvenLonger second:Short
Run Code Online (Sandbox Code Playgroud)