level 3
t="序列号:C32M8GMDFRC6;时间限制:20151231(C32M8GMDFRC6)"
kmplayer=string.match(t,"序列号:"..ID..")")
notifyMessage(kmplayer)
mSleep(5000)
ccx=string.gsub(kmplayer,"序列号:"..ID..";","")
Up=string.match(ccx,"%;时间限制:.+%("..ID..")")
ccx=string.gsub(ccx,Up,"")
notifyMessage(ccx)
2015年12月27日 09点12分
1