<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="jquery和js中如何将一个元素的内容赋给另一个元素" id="card1">
<p> 游客</p><p>
标题:jquery和js中如何将一个元素的内容赋给另一个元素<br/>
正文:<br/>
代码如下:<br/>&amp;lt;span style=&quot;font-size:24px;&quot;&amp;gt; <br/>&amp;lt;/span&amp;gt; <br/><br/>代码如下:<br/>&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt; <br/>&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt; <br/>&amp;lt;head&amp;gt; <br/>&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&amp;gt; <br/>&amp;lt;title&amp;gt;无标题文档&amp;lt;/title&amp;gt; <br/>&amp;lt;/head&amp;gt; <br/>&amp;lt;script src=&quot;jquery-1.9.0.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/>&amp;lt;script&amp;gt; <br/>$(document).ready(function(){ <br/>a=$(&quot;#p1&quot;)[0].innerText; <br/>$(&quot;#p2&quot;)[0].innerHTML=a; <br/><br/>}) <br/>&amp;lt;/script&amp;gt; <br/>&amp;lt;script&amp;gt; <br/>window.onload=function(){ <br/>a=document.getElementById(&quot;p1&quot;).innerText; <br/>document.getElementById(&quot;p2&quot;).innerHTML=a; <br/><br/>} <br/>&amp;lt;/script&amp;gt; <br/>&amp;lt;body&amp;gt; <br/>&amp;lt;p id=&quot;p1&quot; name=&quot;这是现在的标题&quot;&amp;gt;这是现在的标题&amp;lt;/p&amp;gt; <br/>&amp;lt;p id=&quot;p2&quot; name=&quot;这是标题&quot;&amp;gt;这是标题&amp;lt;/p&amp;gt; <br/>&amp;lt;/body&amp;gt; <br/>&amp;lt;/html&amp;gt; <br/><br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=883&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=883&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=883&amp;Page=1">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=883">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=883">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>