export:设置全局变量
export(export_var_name)
export_var_name:变量名称
示例:
config = Config("testcase description").verify(False).export(*["id","title"])
export(export_var_name)
export_var_name:变量名称
config = Config("testcase description").verify(False).export(*["id","title"])