app.config['SECRET_KEY'] = "you dont kown" app.config['MAIL_SERVER'] = 'smtp.126.com' app.config['MAIL_PORT'] = 25 app.config['MAIL_USE_TLS'] = False
python包含非常多的标准数据结构,如list,tuple,dict 和set 都是内置类型。除了这些基本的内置类型。python的collections模块还很多种数据结构实现。 collections----容器数据类型模块 python版本:2.6以及以后版本  
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号