$('li').on('click',function(){ console.log($(this).index())
})
var preIndex = -1; $('li').on('click', function () { console.log(preIndex) preIndex = $(this).index() console.log($(this).index()) })
android中按鈕對齊的問
關於在ActivityMan
我的這個程序在VS2010上
js 正則表達式 幫我看
調用SQL部分字段組成命令並
WEB開發當中,定時器如何選