2 lines
113 B
Python
2 lines
113 B
Python
|
|
# xml寻找节点的命名空间前缀
|
||
|
|
PREFIX = r"{http://schemas.openxmlformats.org/wordprocessingml/2006/main}"
|