Qurak

Which

可用

Returns the first value whose test evaluates to `True`.

Which[test1, value1, test2, value2, …]
Which[2 > 1, "a", True, "b"] → a

用于

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用