红友欢伯,除忧为乐
山高万仞 只登一步
// 客户端系统类型windows/linux
String userGent = getRequest().getHeader("user-agent").toLowerCase();
String OS = "";
if (userGent.contains("windows"))
    OS = "windows";
else 
    OS = "linux";

 

posted on 2020-12-22 15:59  红友欢伯,除忧为乐  阅读(119)  评论(0)    收藏  举报