1 <!DOCTYPE HTML>
2 <html lang="en">
3 <head>
4 <meta charset="GBK" />
5 <title></title>
6 <style type="text/css">
7 </style>
8 <script type="text/javascript" src="kissy.js"></script>
9 <script type="text/javascript">
10 KISSY.ready(function(S){
11 S.one("#btn").on('click',function(){
12 S.all("#div a").each(function(value,key){
13 value.html("kye="+key);
14 });
15 });
16 });
17 </script>
18 </head>
19 <body>
20 <input type="button" value="Test" id="btn" />
21 <div id="div">
22 <a href="http://www.baidu.com">百度</a>
23 <a href="http://www.baidu.com">google</a>
24 </div>
25 </body>
26 </html>

相关文章:

  • 2021-11-09
  • 2021-07-24
  • 2022-03-03
  • 2021-07-27
  • 2021-11-15
  • 2022-01-01
  • 2021-08-14
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2021-12-22
  • 2021-08-22
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案