Home > Backend Development > PHP Tutorial > 求好手帮忙实现 一段代码

求好手帮忙实现 一段代码

WBOY
Release: 2016-06-13 11:20:45
Original
953 people have browsed it

求高手帮忙实现 一段代码
主要就是需要一段代码
点击a标签的时候就会在本页面释放出这段mihao
用js也可以 能实现就好了

或者把点击a标签的时候把
 中的 你
 改为
 好 的好


------解决方案--------------------


<script><br /> function changeA(obj){<br /> obj.innerHTML='好' <br /> }<br /> </script>


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template