value 抽象方法

String? value(
  1. String name
)

用于获取单个值头部的便捷方法。

值不能包含多个值。

如果不存在具有提供名称的头部,则返回 null

实现

String? value(String name);