/**
* 作用:通过GZ代替document.getElementById(‘‘),达到快速简捷的作用
* @param elementId 传入的ID名
*/
function GZ(elementId) {
return document.getElementById(elementId);
}
标签:快速 param pre class blog script turn gpo doc
/**
* 作用:通过GZ代替document.getElementById(‘‘),达到快速简捷的作用
* @param elementId 传入的ID名
*/
function GZ(elementId) {
return document.getElementById(elementId);
}
通过GZ代替document.getElementById()
标签:快速 param pre class blog script turn gpo doc
原文地址:https://www.cnblogs.com/rockyan/p/8135626.html