69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

ASP ContentType 屬性

asp contenttype 屬性

response 對(duì)象參考手冊(cè) 完整的 response 對(duì)象參考手冊(cè)

contenttype 屬性為 response 對(duì)象設(shè)置 http 內(nèi)容類(lèi)型。

語(yǔ)法

response.contenttype[=contenttype]

參數(shù) 描述
contenttype 描述內(nèi)容類(lèi)型的字符串。

如需完整的內(nèi)容類(lèi)型列表,請(qǐng)參閱您的瀏覽器文檔或 http 規(guī)范。

實(shí)例

如果 asp 頁(yè)面沒(méi)有設(shè)置 contenttype 屬性,那么默認(rèn)的 content-type 頭部是這樣的:

content-type:text/html

其他一些常用的 contenttype 值:

<%response.contenttype="text/html"%>
<%response.contenttype="image/gif"%>
<%response.contenttype="image/jpeg"%>
<%response.contenttype="text/plain"%>

此例會(huì)在瀏覽器中打開(kāi)一個(gè) excel 電子表格(如果用戶(hù)已經(jīng)安裝了 excel ):

<%response.contenttype="application/vnd.ms-excel"%>















1 2 3 4
5 6 7 8



response 對(duì)象參考手冊(cè) 完整的 response 對(duì)象參考手冊(cè)
相關(guān)文章