value抽象方法

String? value(
  1. String name
)

为单值头部的值提供的便捷方法。

值不能有多个。

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

实现

String? value(String name);