在Server中,可以通過設置Content-Type屬性來指定響應的內容類型。以下是一些常見的Content-Type值及其對應的MIME類型:
在代碼中,可以使用response對象的setHeader()方法來設置Content-Type屬性。示例代碼如下:
response.setHeader("Content-Type", "text/html");
response.setHeader("Content-Type", "text/html")
response.setHeader("Content-Type", "text/html");
header("Content-Type: text/html");
response.Headers["Content-Type"] = "text/html";
以上代碼將設置Content-Type屬性為text/html,指示響應內容為HTML文檔。根據需要,可以將Content-Type屬性設置為其他值來指定不同的內容類型。