在本例中,您将两个命名参数传递给HttpRequest的构造函数。
In this case you are passing in two named parameters to the constructor of HttpRequest.
在本示例中,您并未在构造函数中提供命名用户的列表,因此返回的表将为配置表,而不是权限表。
In this example, you are not supplying a list of named users in the constructor, so the table returned will be a configuration table, not a permissions table.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
应用推荐