protected void onListItemClick (ListView l, View v, int position, long id) 其中int position和long id。前者是list中view的位置,后者是被点击组件的行id,这两参数的值在什么情况下是不同的?