$(function(){
$('#go').on('click',function(){
$('#div1').animate({'text':'佳能5DSR'},1000)
});
});
怎么讓text()的內(nèi)容改變,我的寫法不對。。按一下,div的text內(nèi)容變化
ZX125
2016-08-03 15:59:11