From 9cd218f0bebc19b86efeca2b33abe3adf093990c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 20 六月 2020 18:59:35 +0800 Subject: [PATCH] '完善' --- ConsoleApp1/Program.cs | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) diff --git a/ConsoleApp1/Program.cs b/ConsoleApp1/Program.cs index 59233a9..1097efd 100644 --- a/ConsoleApp1/Program.cs +++ b/ConsoleApp1/Program.cs @@ -1,4 +1,5 @@ 锘縰sing System; +using System.Text.RegularExpressions; namespace ConsoleApp1 { @@ -6,23 +7,7 @@ { static void Main(string[] args) { - - IRequestCallBack callback = new RequestCallBack(); - callback.onSuccess("123123"); - - - } - } - - interface IRequestCallBack{ - - public void onSuccess(String result); - - } - - class RequestCallBack : IRequestCallBack { - public void onSuccess(String result) { - Console.WriteLine(result); + String text = "浣犲ソ[{浣犲ソ鍟妢,{}],[浣犲ソ鍚鹃棶鏃犱负璋揮"; } } -- Gitblit v1.8.0