API 链接中的 %2C 是什么意思?

What is the meaning of %2C in API links?

在这个APIlink中,'%2C'是什么意思

https://maps.googleapis.com/maps/api/place/details/json
  ?fields=name%2Crating%2Cformatted_phone_number
  &place_id=ChIJN1t_tDeuEmsRUsoyG83frY4
  &key=YOUR_API_KEY

参考:我想从这里创建自定义 APIs:https://developers.google.com/maps/documentation/places/web-service/details#maps_http_places_details_fields-txt

%2C 被 url 编码为 ,

URL encoding