摘要:
INSERT INTO TABLE(ID,NAME)SELECT ID,NAMEFROM TABLE 阅读全文
摘要:
WebClient webClient = new WebClient(); try { webClient.OpenRead("http://www.wq8.cc/index.a"); } catch (Exception ex) { Response.Write(ex.Message); } 阅读全文