Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我对服务器进行了一次休息调用,它会发回这个 JSON 响应
{ "pageTotal": 1, "total": 10, }
有没有一种方法可以在 PAW 中自动验证值是否匹配,或者说这些值是整数而不是字符串
请告诉我。