網頁icon
網頁可視高度
document.documentelement.clientheight
獲取某個元素的實際位置
var rect = dom.getboundingclientrect();
單個或多個的iframe高度自適應
//根據視窗大小,頁面自適應高度
window.onresize = function
()
function
changeframeheight(sideno)
//如果沒有索引(多個),全部修改
else
}}
簡單的原生xhr請求
//獲取登入資訊
function
getlogininfo() ");//
裡面一定是字串!!!因為http協議通訊的內容全是字串格式
元素高亮
//為選中的一級導航專案新增高亮樣式
function
addhighlight(sideno)
//移除非選中的.link元素的curritem
else
}}
js時間戳轉2017-01-01 00:00:00格式
functionadd0(m)
function
format(shijianchuo)
獲取當前時間(yyyy-mm-dd hh:mm:ss)
functionformatten(num)
//elem ui中國標準時間--轉換為日期'1900-01-01 00:00:00'格式
function
getnowdatetime(time)
console.log(getnowdatetime())
移除元素下的所有子元素
functionremoveallchild(curr_content_obj)
}
js判斷瀏覽器版本 (原文:
functiongetexplorerinfo() ;
}//firefox
else
if (explorer.indexof("firefox") >= 0) ;
}//chrome
else
if (explorer.indexof("chrome") >= 0) ;
}//opera
else
if (explorer.indexof("opera") >= 0) ;
}//safari
else
if (explorer.indexof("safari") >= 0) ;}}
alert("瀏覽器:" + getexplorerinfo().type + "\n 版本:" + getexplorerinfo().version);
C 零碎筆記
1 編寫c 儲存為.cs檔案。2 通過csc.exe程式來將.cs檔案編譯為.net程式集 exe或.dll 是 偽exe 包含很多內容其中有微軟中間語言il可以被翻譯成類似彙編的中間碼 此時的exe或dll並不是機器碼 cpu不可理解 csc out c a.exe c program.cs 3 ...
Python零碎筆記
魔法方法 在python中,有一些內建好的特定的方法,這些方法在進行特定的操作時會自動被呼叫,稱之為魔法方法。常見的魔法方法有 init 初始化函式,在建立例項物件為其賦值時使用,必須至少有乙個引數self。new 建構函式,建立並返回乙個例項物件。必須要有返回值,返回例項化出來的例項。class ...
筆記之零碎點
include int main include include int main 執行結果 執行結果 請輸入一段文字 yfu 67t87y 輸入的文字字元數為 10 輸入的文字資訊是 yfu 67t8 此處換行符會被過濾掉,所以逐行讀取,手動新增endl。include include inclu...