在Linux環境下,Postman處理響應數據可通過以下方式:
pm.response.json()
pm.response.text()
pm.environment.set("key", "value")
pm.test()