reques物件能夠儲存從瀏覽器的客戶端傳送到伺服器的所有資訊,這當中有一部分是客戶端的環境資訊,通過reques物件就可以讀取這些資訊,從而就能夠得知客戶端的環境。
servervariables 集合有哪些常用引數?
要用reques物件來讀取客戶端的環境引數,就要使用到servervariables 集合物件來儲存環境變數。
下圖表是servervariables 集合比較常用的一些引數:
客戶端傳送的所有 http 標題檔案。
content_length
客戶端發出內容的長度。
content_type
內容的資料型別。如:"text/html"。同附加資訊 的查詢一起使用,如 http 查詢 get、post 和 put。
local_addr
返回接受請求的伺服器位址。如果在繫結多 個 ip 位址的多宿主機器上查詢請求所使用的位址 時,這條變數非常重要。
logon_user
使用者登入 windows nt 的帳號
query_string
查詢 http 請求中問號(?)後的資訊。
remote_addr
發出請求的遠端主機 (client) 的 ip 位址。
remote_host
發出請求的主機 (client) 名稱。如果伺服器無此 資訊,它將設定為空的 mote_addr 變數。
request_method
該方法用於提出請求。相當於用於 http 的 get、head、post等 等。
server_name
出現在自引用 url 中的伺服器主機名、dns 化名 或 ip 位址。
server_port
傳送請求的埠號。
機器使用的語言環境
servervariables
集合物件的語法是什麼?
此集合物件在程式中的具體語法如下:
request.servervariables ( 伺服器環境變數 )
怎樣通過request物件獲得機器的環境引數?
圖01:用request物件來讀取環境引數
servervariables 集合裡面還定義了一些其他的引數,要靈活使用這些引數,最好的辦法就是多使用。
如何用jQuery獲得select的值
1.獲取第乙個option的值 test option first val 2.最後乙個option的值 test option last val 3.獲取第二個option的值 test option eq 1 val 4.獲取選中的值 test val test option selected ...
如何用jQuery獲得select的值
1.獲取第乙個option的值 test option first val 2.最後乙個option的值 test option last val 3.獲取第二個option的值 test option eq 1 val 4.獲取選中的值 test val test option selected ...
如何用jQuery獲得select的值
1.獲取第乙個option的值 test option first val 2.最後乙個option的值 test option last val 3.獲取第二個option的值 test option eq 1 val 4.獲取選中的值 test val test option selected ...