首页 新闻 赞助 找找看
3
回答数

已解决问题 js方法可不可以指定传参

public static void fun1(string a="1",string b="2") { Console.WriteLine($"a:{a},b:{b}"); } static voi