string aa= @"function javascriptMenthod()
{
alert('this is a test');
}";
它的作用是:
1. 可以消除“”号里的转义符,例如/;
2.可以随意换行写字符串;