Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は asp を学んでいます。PHPでは、使用します
die('error message')
asp (vb script) の同等のコードは何ですか? aspでデバッグするには?
従来の ASP では、これを使用します。
Response.End
終了する前に何かを出力するには、次のコードを使用します。
Response.Write "Hello, World!" Response.End
これは次と同等です。
die("Hello, World!");
asp.netについてはあまり覚えていませんが、使用できます
ここに変数を返します
また
2番目のものはすべてを出力します