摘要:
一、先写个简单点的.net core api 1 public class Program 2 { 3 public static void Main(string[] args) 4 { 5 var builder = WebApplication.CreateBuilder(args); 6 7 阅读全文
摘要:
create table w ( word nvarchar(100) ) insert into w(word) select('去') union all select('第三方') union all select(',') union all select('士大夫') union all select('girls') union all select(' <:') declare @t nvarchar(1000) set @t='我们今天要去的地方要和第三方枯叶,顶替顶替 阅读全文