cpp:<region s123="<a href="#" color="#f00">这是一个测试</a>"><a href="#" color="#f00">这是一个测试</a></region>
as3:<region s123="<a href="#" color="#f00">这是一个测试</a>"><a href="#" color="#f00">这是一个测试</a></region>
.net:<region s123="<a href="#" color="#f00">这是一个测试</a>"><a href="#" color="#f00">这是一个测试</a></region>
s123 = <a href="#" color="#f00">这是一个测试</a>
s123 = <a href="#" color="#f00">这是一个测试</a>
s123 = <a href="#" color="#f00">这是一个测试</a>
在as3中
--属性中替换【<"&】,如果属性是用单引号括起来的,也会被转成双引号,同样里面的双引号也会被转义
--节点中替换【<&>】
在cpp中
--属性中替换【<>&"'】
--节点中替换【<>&】
在.net中
--属性中替换【<>&"】
--节点中替换【<>&】