今天开Money的空间 有个小游戏 就玩了下,考察了一些基本知识,发现我不会的还真不少
源代码如下
html
style
#tab ul li {
list-style:none;
float:left;
padding:5px 15px 5px 15px;
}
#tab div{
clear:both;
}
/style
body
script
function setspan(id)
{if( id==1){a.innerText="font color=red size=7设置文字/font"};
if( id==2){a.innerHTML="font color=red size=7设置代码/font"};}
/script
span id=a/span
a href=javascript:setspan(1)设置span的文字/a/br
a href=javascript:setspan(2)设置span的代码/a/br
p
-------------------------...[ 查看全文 ]