主要就是需要一段代码
点击a标签的时候就会在本页面释放出这段mihao
用js也可以 能实现就好了
或者把点击a标签的时候把
你 中的 你
改为
好 的好
回复讨论(解决方案)
你的页面就如此简单,只有一个a标签 ?建议贴出你的html代码。
http://bbs.csdn.net/topics/390425538
<script> <br /> function changeA(obj){ <br /> obj.innerHTML='好' <br /> } <br /> </script>
你 Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn