ASP@Workshop
HOME > ASP サンプル集 > 文字列を表示する
文字列を表示する

サンプルソース

<%
Reponse.Write "Hello World"
%>

解説

Reponse.WriteでHTML上に文字列を出力します。


関連する内容



スポンサードリンク



Copyright (C) 2006-2008 ASP@Workshop All rights reserved.