资讯

The static C# method I've been using, for example, simply returns a string: [JSInvokable] public static string SayHelloCS(string name, string salutation) { return "Hello, " + salutation + " " + name; ...