Get
  • 音标:/ɡet/
  • 意思:GET请求
  • 例句GET requests retrieve data without modifying the server state.
  • 翻译:GET请求检索数据而不修改服务器状态。
  • 补充说明:GET是幂等的和安全的方法。