免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項超值服

開通VIP
靜態(tài)頁面html里畫坐標(biāo)軸
http://topic.csdn.net/u/20091023/10/09F00301-3653-4252-980D-07BFD0C59727.html

<
html><head>
<META http-equiv=Content-Style-Type content=text/css>
<style>
rv\:*
{ behavior:url(#default#VML); }
</style>
<script>
function arrowLine(x1,y1,x2,y2,lnclr,lnsw){
return '<rv:line style="position:absolute;" from="'+x1+','+y1+'" to="'+x2+','+y2+'" strokecolor="'+lnclr+'" strokeweight="'+lnsw+'"><rv:stroke dashstyle="solid" endarrow="classic" /></rv:line>';
}
function line(x1,y1,x2,y2,lnclr,lnsw){
return '<rv:line style="position:absolute;" from="'+x1+','+y1+'" to="'+x2+','+y2+'" strokecolor="'+lnclr+'" strokeweight="'+lnsw+'" />';
}
window.onload
=function(){
draw();
drawAxis()
}

function draw(){
document.getElementById(
"wave").innerHTML= arrowLine(0,500,0,0,"red",1)+arrowLine(0,500,500,500,"red",1);

}

function drawAxis(){
var xaxis=document.getElementById("xaxis");
var yaxis=document.getElementById("yaxis");
var tmpx=[];
var tmpy=[]
for(var i=0;i<=5;i++){
tmpx.push(
'<span style="position:relative;');
tmpx.push(
';width:98px">');
tmpx.push(i);
//
tmpx.push('</span>');
if(i!=5)
tmpx.push(line(
0,-10,0,-5,"red",2)); //刻度
}
for(var j=0;j <=10;j++){
tmpy.push(
' <span style="position:absolute;height:49px;top:');
tmpy.push(
500-49*j);
tmpy.push(
'">');
tmpy.push(j);
//
tmpy.push('</span>');
if(j!=0)
tmpy.push(line(
15,500-49*j,20,500-49*j,"red",2)); //y刻度
}
xaxis.innerHTML
=tmpx.join("");
yaxis.innerHTML
=tmpy.join("");
}

</script>
</head>
<body>
<div id="wave" style="position:absolute;left:100px;"></div>
<div id="yaxis" style="position:absolute;left:80px;height:600px;width:40px"></div>
<div id="xaxis" style="position:absolute;top:520px;width:600px;left:95px"></div>
</body>
</html>

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
星星從背景中飛出- 網(wǎng)頁特效
FLASH AS實現(xiàn)馬賽克效果
Ext消息提示框,顯示幾秒后自動消失
非常實用的彈窗特效代碼
高德地圖API之地圖搜索+興趣點POI+標(biāo)記點操作
純js輪播
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服