上传者: 38553837
|
上传时间: 2022-01-03 16:37:02
|
文件大小: 184KB
|
文件类型: -
具体代码如下所示:
<!--代码如下,最下面给出了我测试用的9张250*250的图片切片-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>drag拖拽</title>
<style>
.box{
float: left;
}
img{
width: 150px;
height:150px;
}
#puzzle{