摘要: 1, 准备配置文件 config.toml [app] name = "demo" host = "0.0.0.0" port = "8050" key = "this is your app key" 2, 定义配置对象 // 定义全局变量,为了不被程序在运行时恶意修改,设置成私有变量 var c 阅读全文
posted @ 2022-11-25 15:03 lavida2000 阅读(443) 评论(0) 推荐(0)