配置文件读取库支撑强大的格式module Demo{ struct tagMsgHeader { int len; int cmd; int seq; }; interface Printer { int Role(struct tagMsgHeader, stcList tagMsgHeaderList); void boss(int bossid, string bossname, string detail); }; interface test { void pla