我正在尝试使用nfcandroid库读取ISO15693RFID标签:这里是关于标签的更多信息:http://img42.com/gw07d+标签ID被正确读取,但标签中的数据不正确。onCreate方法://initializeNFCnfcAdapter=NfcAdapter.getDefaultAdapter(this);nfcPendingIntent=PendingIntent.getActivity(this,0,newIntent(this,this.getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP),0);onNew