前段支持

//alert(document.getElementById("11122").innerText);
alert(document.getElementById("11122").innerHTML);
 
textarea没有value属性,s标签没有value属性
 
window.parent.parent.location.href
 
关闭按钮带有parent
function gb(){
window.parent.close();
}
 
<s:if test="#attr.info.cyzt!=1&&#attr.cyly==1">
<a title="修改" href="javascript:void(0)" style="" onclick="fnxg('${info.zj}','${info.cypz}');return false;">修改</a>
</s:if>
原文地址:https://www.cnblogs.com/zhuyeshen/p/10698947.html