private static String productUA;
    private String getProductUserAgent() {
        if(productUA == null) {
            productUA = ProductProperties.get(ProductProperties.USER_AGENT_KEY);
        }
        if (productUA.startsWith("Mozilla")) {
            return "dopod S900_CMCC/5.2.1941/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1";
        } else {
            return productUA;
        }
    }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-04-28
  • 2021-04-26
  • 2021-07-03
  • 2022-02-05
相关资源
相似解决方案