#早速ですが
ただ、変数を確認したいだけ。
Response.Redirectを使って、Googleで変数を確認します。
Dim strVariable AS String = "変数確認"
Response.Redirect("https://www.google.co.jp/search?q=" & HttpUtility.UrlEncode(strVariable))
Go to list of users who liked
More than 3 years have passed since last update.
#早速ですが
ただ、変数を確認したいだけ。
Response.Redirectを使って、Googleで変数を確認します。
Dim strVariable AS String = "変数確認"
Response.Redirect("https://www.google.co.jp/search?q=" & HttpUtility.UrlEncode(strVariable))
Register as a new user and use Qiita more conveniently
Go to list of users who liked