首页 新闻 会员 周边
3
回答数

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

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