js代碼獲取網頁源代碼。 代碼: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv ...
js代碼獲取網頁源代碼。 代碼: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv ...
...
//Colour pallete top offset function getOffsetTop(elm) { var mOffsetTop = elm.offsetTop; var ...
/* * 功能:設置cookie * 參數: * _name cookie名稱 * _value 該cookie名稱所對應的數據 * _date 該cookie的過期時間,單位天 * 返回值:無 * 示例: * setCookie("a", "10", 1); 創建或修改一個cookie,名稱叫做 ...
function getSelectedContents(){ if (window.getSelection) { //chrome,firefox,opera ...
function getSelectedContents(){ if (window.getSelection) { //chrome,firefox,opera ...
獲取復制xpath地址 代碼如下 注:a.textContent為純文本,不包括回車等格式 在控件台執行 ...
網頁可見區域寬: document.body.clientWidth網頁可見區域高: document.body.clientHeight網頁可見區域寬: document.body.offsetWidth (包括邊線的寬)網頁可見區域高: document.body.offsetHeight ...