單項選擇題
下面這段代碼執(zhí)行后,寫入到標(biāo)簽里的數(shù)據(jù)是()byte[]data=newbyte[12];data=Encoding.Default.GetBytes("0123456789ABCDEF");if(EPCSDKHelper.FastWriteTagID(_handle,12,data,0)){MessageBox.Show("寫入EPC編碼成功");}else{MessageBox.Show("寫入EPC失敗");}
A.0123456789ABCDEF
B.0123456789AB
C.0123456789
D.012345