当前位置: 首页 > news >正文

segno.helpers.make_mecard(Python)

制作名片二维码的,浅浅的mark一下参数的东西。

官方文档是这么写的:

segno.helpers.make_mecard(name, reading=None, email=None, phone=None, videophone=None, memo=None, nickname=None, birthday=None, url=None, pobox=None, roomno=None, houseno=None, city=None, prefecture=None, zipcode=None, country=None
)

具体文档解释如下:

name:(str) – Name. If it contains a comma, the first part is treated as lastname and the second part is treated as forename.
reading:(str or None) – Designates a text string to be set as the kana name in the phonebook
email:(str, iterable of strings, or None) – E-mail address. Multiple values are allowed.
phone:(str, iterable of strings, or None) – Phone number. Multiple values are allowed.
videophone:(str, iterable of strings, or None) – Phone number for video calls. Multiple values are allowed.
memo:(str or None) – A notice for the contact.
nickname:(str or None) – Nickname.
birthday:(str, datetime.date or None) – Birthday. If a string is provided, it should encode the date as YYYYMMDD value.
url:(str, iterable of strings, or None) – Homepage. Multiple values are allowed.
pobox:(str or None) – P.O. box (address information).
roomno:(str or None) – Room number (address information).
houseno:(str or None) – House number (address information).
city:(str or None) – City (address information).
prefecture:(str or None) – Prefecture (address information).
zipcode:(str or None) – Zip code (address information).
country:(str or None) – Country (address information).

http://www.lryc.cn/news/56333.html

相关文章:

  • OBCP第八章 OB运维、监控与异常处理-日常运维操作
  • springboot-gateway注册nacos失败,控制台没有报错
  • CLIP:语言-图像表示之间的桥梁
  • failed: open /etc/resolv.conf: no such file or directory“ cause k8s init failed
  • 「科普」如何评价供应商的MES系统
  • 海康3D轮廓仪调试详细步骤
  • 【Linux】PCB(进程控制块)
  • 风电的Weibull分布及光电的Beta分布组合研究(Matlab代码实现)
  • 《Effective Objective-C 2.0 》 阅读笔记 item11
  • Python常见装饰器使用(实用向)
  • 集合详解之(三)单列集合接口Set及具体子类HashSet、TreeSet
  • 力扣刷题笔记22—— 矩阵中的路径(回溯)/pair的学习
  • Spring学习1
  • Keep再闯IPO,三年亏损16亿,会员留存率跌破70%
  • 软件测试分类详解
  • 网站怎么优化出排名
  • h5|web页面嵌套iframe传参给cocosCreator
  • 阿里云安全产品Web应用防火墙是什么?有什么作用?
  • 【SSM】Spring6(九.代理模式)
  • 【1017. 负二进制转换】
  • C语言实现插入排序与希尔排序
  • 第九章-DOM与CSS
  • 蓝桥杯真题练习
  • 插入排序的简单理解
  • Springboot框架集成Websocket通信方式
  • 将json数据分组
  • 从零开始实现一个C++高性能服务器框架----Socket模块
  • ld: library not found for -lcrt0.o
  • 接口测试和功能测试的区别有哪些?说一些你不知道的知识
  • 深度学习实战——不同方式的模型部署(CNN、Yolo)