PC6下载站

分类分类

Response对象5

关注+2004-11-07作者:蓝点

Response对象常与其它的代码混合使用。下面这段代码演示了response.write与其

它代码混用的例 子。





res5.asp



<%

' The response object can be used to write text

' but sometimes some functions must be used to transform

' the text instead of sending as is to the browser



response.write "Hyperion by Dan Simmons is a great

novel"

response.write "

"

response.write server.htmlencode("Hyperion by Dan

Simmons
is a great novel")

response.write "

"





response.write "Joe Smith & Hilda = a team"

response.write "

"

response.write server.URLencode("Joe Smith & Hilda = a team")

%>










展开全部

相关文章

更多+相同厂商

热门推荐

  • 最新排行
  • 最热排行
  • 评分最高
排行榜

    点击查看更多

      点击查看更多

        点击查看更多

        说两句网友评论

          我要评论...
          取消