left就是left了,+是正值就是相对0点往右100px;-是负值就是相对0点往左100px;要想回到原位,可以用+=100px,-=100px;或者原始left为0;animate{"left":"100px"}后animate{"left":"0"}回到原位。