示例#1
0
 public string http_get_ref(string url, string encode, string reference)
 {
     return(S_Net.Http(url, "GET", "", encode, reference));
 }
示例#2
0
 public string http_get(string url, string encode = "utf-8")
 {
     return(S_Net.Http(url, "GET", "", encode));
 }