<% Response.Buffer = TRUE Response.Clear pro_class = Request("pro_class") ID = Request("ID") If ID = "" Then SQL = "Select * From Products Where Products_Class = '" & pro_class & "' and Products_Display = '1' Order By Products_ID" Else SQL = "Select * From Products Where Products_ID = '" & ID & "' and Products_Display = '1'" End If 'Response.Write(SQL) 'Response.End() Set rs = CONN.EXECUTE(SQL) If rs is Nothing Then Response.Write "開啟資料庫失敗" Response.End End If If rs.EOF Then Response.Write "" Response.End End If %> .:: Welcome to NIKON Coolpix World Wide Web ::.

 
 
產 品 規 格 表

項目 COOLPIX S4
感光元件 說 明 600 萬
感光元件 1/2.5 吋
影像大小 High (2816*), Normal (2816), Normal (2048)
最大動畫 錄 製 有聲 , (640*) ,15fps, 單段長度只受記憶卡限制
光學變焦 10 倍光學變焦 , 9 群 12 枚
數位變焦 4 倍光學
最大光圈 f/3.5
拍攝模式 自動 , 場景 (16 種 )
連拍速度 1.3fps, 連拍 3 張
對焦範圍 一般 : 30cm ~ ∞
Macro: 4cm ~ ∞
內建閃燈 範圍 : 0.4-3.0m
閃燈模式 自動 , 自動降低紅眼 , 不閃光 , 強制閃光 , 慢速閃光 ,
儲存媒體 SD, 內建 13.5MB
LCD 螢幕 2.5 吋 , 11 萬像素
傳輸介面 USB, Audio Video output
外觀尺寸 111.5 x 68.5 x 37mm
重量 205g
電池 兩顆 AA 電池或 EN-MH1-B2( 約可拍 290 張 )

  前往配件專區頁面

前往詳細規格表 前往產品比較專區 加入會員 聯絡我們
Copyrigh © 2002 Lin Trading Co., Ltd.
<% Set rs = Nothing CONN.Close %>