关于javascript event flow 的一个bug详解

时间:2024-01-01 01:51:14
【文件属性】:

文件名称:关于javascript event flow 的一个bug详解

文件大小:28KB

文件格式:PDF

更新时间:2024-01-01 01:51:14

alert AS asc

我最近调netsurf也遇到一个相关的bug : alert() 被调了两次。html 代码: 代码如下:<html><head><title>alert onclick example</title> [removed] function causealert(){var txt = document.getElementById(“p1”).textContent;alert(txt);} [removed]</head> <body>

First line


网友评论