国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

通用于ie和firefox的函數 GetCurrentStyle (obj, prop)

2019-11-21 02:23:23
字體:
來源:轉載
供稿:網友
function GetCurrentStyle (obj, prop) {	if (obj.currentStyle) {		return obj.currentStyle[prop];	}	else if (window.getComputedStyle) {		prop = prop.replace (/([A-Z])/g, "-$1");		prop = prop.toLowerCase ();		return window.getComputedStyle (obj, "").getPropertyValue(prop);	}	return null;}

代碼來自于http://tvweek.com/javascripts/default.js
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 海盐县| 延安市| 松滋市| 门头沟区| 香港 | 邳州市| 张掖市| 内丘县| 札达县| 鄂托克前旗| 江西省| 洛宁县| 曲麻莱县| 冕宁县| 松江区| 涡阳县| 河西区| 历史| 碌曲县| 洛隆县| 孟连| 开阳县| 都安| 台中市| 鄯善县| 泸水县| 乳山市| 朔州市| 永福县| 扎兰屯市| 玛沁县| 辽阳市| 平武县| 察哈| 龙井市| 伊吾县| 宜兰县| 延边| 弋阳县| 运城市| 深水埗区|