判断平台

    技术2022-05-20  39

     

     

    String os  =  System.getProperty( "os.name" ); //         if  (os  !=   null ) { //             if (os.startsWith( "Linux" )){ //                 session.setAttribute("Platform", "1"); //             } //             else{ //                 session.setAttribute("Platform", "0"); //             } //        }

     

     


    最新回复(0)