1,g變數的使用方法:
例如:$_g['style'][boardlogo]
$_g['style'][bgcode]
全域性背景屬性屬性
$_g['style'][bgcolor]
頁面背景
$_g['style'][boardimg]
logo所在路徑
$_g['style'][boardlogo]
logo img**
$_g['style'][commonbg]
通用顯示區域背景顏色
$_g['style'][commonborder]
通用邊框顏色
$_g['style'][contentseparate]
帖子間隔顏色
$_g['style'][contentwidth]
閱讀區域寬度
$_g['style'][dropmenubgcode]
下拉列表背景色
$_g['style'][dropmenubgcolor]
下拉列表背景屬性
$_g['style'][dropmenuborder]
下拉列表邊框色
$_g['style'][floatbgcode]
彈出視窗背景色
$_g['style'][floatbgcolor]
彈出視窗背景屬性
$_g['style'][floatmaskbgcode]
彈出視窗邊框顏色
$_g['style'][font]
正常字型
$_g['style'][fontsize]
正常字型大小
$_g['style'][footertext]
頁尾文字顏色
$_g['style'][headerbgcode]
頁頭背景
$_g['style'][headerbgcolor]
頁頭背景
$_g['style'][headerborder]
頁頭分割線高度
$_g['style'][headertext]
頁頭文字顏色
$_g['style'][highlightlink]
高亮鏈結顏色
$_g['style'][imgdir]
介面基礎目錄
$_g['style'][inputbg]
輸入框背景色
$_g['style'][inputborder]
輸入框邊框淺色
$_g['style'][inputborderdarkcolor]
輸入框邊框深色
$_g['style'][lightlink]
淺色鏈結顏色
$_g['style'][lighttext]
淺色文字
$_g['style'][link]
鏈結文字顏色
$_g['style'][menubgcolor]
導航選單背景顏色
$_g['style'][menuhoverbgcode]
導航選單高亮背景
$_g['style'][menuhoverbgcolor]
導航選單高亮背景顏色
$_g['style'][menuhovertext]
導航選單高亮文字顏色
$_g['style'][menutext]
導航選單文字顏色
$_g['style'][midtext]
中等文字顏色
$_g['style'][msgfontsize]
帖子內容字型大小
$_g['style'][name]
當前風格名
$_g['style'][noticetext]
提示資訊顏色
$_g['style'][sidebgcode]
家園側邊欄背景屬性
$_g['style'][sidebgcolor]
家園側邊背景
$_g['style'][smfont]
小號字型
$_g['style'][smfontsize]
小號字型大小
$_g['style'][specialbg]
彩色區域背景色(帖子使用者資訊欄、需強調的表頭等)
$_g['style'][specialborder]
彩色區域邊框
$_g['style'][styleid]
當前風格id
$_g['style'][styleimgdir]
擴充套件目錄
$_g['style'][tabletext]
普通文字顏色
$_g['style'][templateid]
當前模板體系
$_g['style'][threadtitlefont]
主題列表字型
$_g['style'][threadtitlefontsize]
主題列表字型大小
$_g['style'][titlebgcode]
版塊列表標題背景
$_g['style'][titlebgcolor]
版塊列表標題字型顏色
$_g['style'][tpldir]
當前模板目錄
$_g['style'][wrapbg]
主體**背景色
$_g['style'][wrapbordercolor]
主體**邊框色
g 編譯使用方法
用g 編譯單個原始檔myprog.cc很簡單,只要把檔名當引數傳給g 就行了。g myprog.cc ls l rwxr xr x 1 wvh users 13644 oct 5 16 17 a.out rw r r 1 wvh users 220 oct 5 16 17 myprog.cc 預設情...
Css 變數使用方法
doctype html en utf 8 viewport content width device width,initial scale 1.0 document title root 全域性定義 root 使用方法 myvarible after可以在元素的後面加入內容 myvarible ...
SQL Server中變數的宣告和使用方法
sql server中變數的宣告和使用方法 宣告區域性變數語法 declare variable name datatype 其中 variable name為區域性變數的名稱,datatype為資料型別。給區域性變數賦值有兩種方法 1 set variable name value 2 selec...