creator 从配置文件中读取\n没能换行


creator 从配置文件中读取\n没能换行

比如配置文件中,使用#替换\n,在代码中再把#替换回\n

1
this.label.string = str..replace(/#/g,'\n');