请问C#能不能像Perl一样在字符串中解析其中的字符串变量假设string a="string a";string b="@a";然后b中的@a就被变量a的值代替,相当于b的内容为string a。就像Perl一样。请问能不能这样的?[解决办法]答案是“不能”。