put_table 实现插入到第一行而不是按序插入 #325
Unanswered
wanghaisheng
asked this question in
Q&A
Replies: 2 comments 1 reply
-
你可以看一下 output函数中的 position 参数 |
Beta Was this translation helpful? Give feedback.
1 reply
-
for idx, url in enumerate([1,2,3,4,5,6,7,8,9]):
works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for i in range(0,10):
put_table(xxxxx)
现在的输出是 从1到9 能不能让输出显示最终是9到1
Beta Was this translation helpful? Give feedback.
All reactions