首页
编程
java
php
前端
首页
编程
java
php
前端
python如何将输出的各行数字对齐
print
(str(j).rjust(5),
end
=
'\t'
)
点击展开全文