示例#1
0
        public string Get(string name)
        {
            string path = AppSettingUtility.PreDataPath + "ImageEnhance/" + name + ".txt";

            return(HttpGet.GetPreData(path));
        }
示例#2
0
        public string Get(string name)
        {
            string path = AppSettingUtility.PreDataPath + "CarDetection/" + name + ".txt";

            return(HttpGet.GetPreData(path));
        }