$('.two li.next button').on('click', function(index){
console.log(index); //index is a event not the index you defined
if (index < data.length - 1) {
index += 1;
question();
}
});
c#
有没有办法在编译时发送消息?
问候。
PS:这个问题不是#warning directive in VB.net的重复,我想在此讨论替代方案。