build :information about the current build, extracted from system properties.
官方文件有以下屬性:
build.board // 主機板
build.brand // android系統定製商
build.cpu_abi // cpu指令集
build.device // 裝置引數
build.display // 顯示屏引數
build.fingerprint // 硬體名稱
build.host
build.id // 修訂版本列表
build.manufacturer // 硬體製造商
build.model // 版本
build.product // 手機製造商
build.tags // 描述build的標籤
build.time
build.type // builder型別
build.user
build.version類:
// 當前開發代號
build.version.codename
// 原始碼控制版本號
build.version.incremental
// 版本字串
build.version.release
// 版本號
build.version.sdk
// 版本號
build.version.sdk_int
// build.version.sdk_int可與switch搭配用
switch (build.version.sdk_int)
Android Build及相關類
參考 build information about the current build,extracted from system properties.官方文件有以下屬性 build.board 主機板 build.brand android系統定製商 build.cpu abi cpu指令集 ...
css相關及背景前景相關
不同型別style權值問題 內聯 id 屬性.型別 通用 為0 盒子模型 外層是bb 裡層圖塊是aa 外邊距在bb上 內邊距在aa設定,還可以設定aa的邊框等 border 大小,樣式,顏色。樣式的背景與前景 background color f90 背景色,樣式表優先順序高 background ...
事件及相關屬性
onload事件 在頁面載入時觸發 onunload事件 在頁面結束以後觸發 onbeforload事件 在頁面結束時觸發,nbef reunl ad window。event。returnvalue 確定要離開頁面嗎 自動重新整理網頁 location.reload window.event物件屬...