-2

Visual Studio 2012 を使用して asp.net mvc 4 razor アプリケーションに取り組んでいます "" を動的に作成しているときにエラーが発生します 私のコードは以下のとおりです

function CreateDiv()
{

   <text>
   var DivContent='';
   var DivContent="<div>";                
  </text>
@{
//Some code to set the contents of div
}

<text>
var DivContent="<//div>"; //This line gives me error

</text>

}

提案してください

4

2 に答える 2