用string.format时,如果里面有大括号,就用两个大括号替换,比如
string.Format("ceshi{{test}}abc{0}Befg", 111);

相关文章: