2

テキスト ボックスの値を変数として取得するにはどうすればよいですか?

例えば:

<input type="text" id="offset"/>

@{
   var offset = Request.Form["offset"]
}
4

0 に答える 0