Beispiel #1
0
 def rootConfigURL(self):
     config1 = Config("URL")
     ncurl = config1.get_url_config("cms_new")
     return ncurl
 def rootConfigURL(self):
     # 从主配置文件Config中获取URL
     conf1 = Config("URL")
     url = conf1.get_url_config('cms_new')
     return url
 def rootConfigURL(self):
     # 从主配置文件Config中获取URL
     conf1 = Config("URL")
     url = conf1.get_url_config("marketing")
     return url