@取消字符串中的转义,$,对字符串求值,举例:inta=1;strings1="hello\t{a}";strings2=@"hello\t{a}";strings3=$"hello\t{a}";结果s1hello{a}s2hello\t{a}s3hello1