Python字符串
# 按照符号分割
kLine.
split
(
'|'
)
# 去除首尾空格
kLine.
strip
(
)
kLine.
lstrip
(
)
kLine.
rstrip
(
)