<div draggable="true" class="dragdiv">拖动我</div>
.dragdiv { width: 100px; height: 100px; background-color: bisque; -webkit-user-drag: element; }