用正则表达式解析 航信的电子客票和pnr报文

测试报文写在类里

测试方法 

public static void main(String args[])
 {
    1 testE_ticket();
    2.testPNR();
}
    
 

猜你喜欢

转载自dolphin-ygj.iteye.com/blog/463897