【发布时间】:2016-07-07 12:10:48
【问题描述】:
为此,我做了以下操作:
section = helper.Section("%course_name%", "Tekst");
mail.addSection(section);
section = helper.Section("%user%", "Textforasubstitutiontagofsection2");
mail.addSection(section);
但是,当我收到邮件时,字符串不会被替换,并且如上图所示
谁能告诉我我做错了什么?
【问题讨论】: