如图中指出的方块,是通过plus.webview.currentWebview().append(drivingCar)出来的,我想上下左右随意拖动他到任何位置
var drivingCar = plus.webview.create("drivingCar.html", "drivingCar", {
width: "50px",
height: "50px",
top: "50px",
bottom: "100px",
left: "20%",
bounce: 'vertical'
})
plus.webview.currentWebview().append(drivingCar)