标签:-- === 格式 python article 输出 https http 格式化
参考链接:https://m.jb51.net/article/33631.htm
要求:以固定长度在中间输出某字符串,剩余部分用其他符号补齐。如:“Hello World” --> "==========Hello Word=========="
方法:
"Hello World".center(30, "=")
其他后续需用到在补充。
标签:-- === 格式 python article 输出 https http 格式化
原文地址:https://www.cnblogs.com/smart-zihan/p/12786541.html