How can I get a random plot of ellipses to be created using createElementNs, and be appended within a specific place of an svg?

前端 未结 0 473
别跟我提以往
别跟我提以往 2021-01-26 01:23

im using

setInterval(function(){randomX = Math.floor(Math.random() * 220) + 195;randomY = Math.floor(Math.random() * 180) + 90;var ellipse=document.create         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题