<
html
xmlns="http://www.w3.org/1999/xhtml">
<
head
runat="server">
<
title
>无标题页</
title
>
<
script
type="text/javascript"> function thisTest(obj) {
alert(obj.getAttribute('dept'));
}
function showguid(){
var a=document.getElementById("guid");
a.onclick=function(event){
alert(a.getAttribute('guid'));
a.setAttribute('guid','5555555555555555')
}
} </
script
>
</
head
>
<
body
onload="showguid();">
<
form
id="form1" runat="server">
<
div
>
<
input
type="button" name="thistest" id="thistest" value="this" guid="1111111111111111111"
dept="总部" onclick="thisTest(this)" />
<
input
type="button" guid="2222222222222" id="guid" value="guid"></
input
>
</
div
>
</
form
>
</
body
>
</
html
>
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步