javascript怎么画圆圈
Posted on 八月 16rd, 2007 由 admin
javascript怎么画圆圈
推荐阅读
网友:nthot
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title>画个圆玩玩</title>
<style>
v\:* { behavior: url(#default#vml) }
</style>
</head>
<body>
<center><v:oval style="position:relative;left:5;top:5;width:100;height:80"/></center>
网友:liuruhong
这些东西网络上资料很多,你可以去看看
.

讨论区