For XML to work, I know that I should convert &
to &
. What should I convert ?
and .
into?
为了使XML工作,我知道我应该将&转换为& ;.我应该转换什么?和。成?
1 个解决方案
#1
10
?
and .
have no special meaning in XML and do not need to be escaped. However, if you still wish to escape them, ?
and .
should escape them, respectively.
?和。在XML中没有特殊含义,也不需要进行转义。但是,如果你仍想逃避它们,?和.应该分别逃脱它们。
#1
10
?
and .
have no special meaning in XML and do not need to be escaped. However, if you still wish to escape them, ?
and .
should escape them, respectively.
?和。在XML中没有特殊含义,也不需要进行转义。但是,如果你仍想逃避它们,?和.应该分别逃脱它们。