我需要将图片拖入div中,如果触及“是”则会发出警告:是,但是如果触及“否”则会发出警告:不! 我实际上不能这样做,你可以看到我在这里,我不知道为什么,但在我的项目中,我至少可以拖动JS图像和jsfiddle我不能,所以我基本上需要一个if做警报!
<div id="yes" style="background-color:lightyellow; width:64px; height:64px; border-width:2px; border-style:solid; border-color:black;">
<center>yes</center>
</div>
<br>
<div id="no" style="background-color:lightyellow; width:64px; height:64px; border-width:2px; border-style:solid; border-color:black;">
<center>no</center>
</div>
谢谢!