这是一个使用带有许多子元素的三引号 f 字符串的函数:
def pass_empty_string(param):
from lxml import etree
xml = etree.XML(f'''
<root>
<child>text</child>
<child>{param}</child>
...
</root>''')
return xml
获取或值时是否可以获取空</child>
元素?param
None
''