03 2023 档案

摘要:1 类型注解变量名后面加冒号 变量名后面加冒号标明变量类型,用法: var: type = value 这是 Python 3.5 中引入的 Type Annotation,是一种注解,用来提示变量的类型。其中 var 为要定义的变量; type 为该变量期待的类型; value 为赋给该变量的值。 阅读全文
posted @ 2023-03-02 19:52 默默雷 阅读(120) 评论(0) 推荐(0) 编辑
摘要:官方文档:https://funboost.readthedocs.io/zh/latest/index.html 1 环境部署 pip install funboost --upgrade ## funboost==18.9 例: import time from funboost import 阅读全文
posted @ 2023-03-01 21:06 默默雷 阅读(976) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示