Python 代码。如何将参数传递给 JMESpath 而不是硬编码?
ext= '.md'
filtered_iterator = page_iterator.search("Contents[?ends_with(Key, `.md`)].Key")
我想在内容路径中传递 ext 参数来代替.md
. 可能的方式是什么?
Python 代码。如何将参数传递给 JMESpath 而不是硬编码?
ext= '.md'
filtered_iterator = page_iterator.search("Contents[?ends_with(Key, `.md`)].Key")
我想在内容路径中传递 ext 参数来代替.md
. 可能的方式是什么?