摘要: 六.运算符 算数运算符:+、-、*、/、%、++、-- //算术运算符 public class Demo01 { public static void main(String[] args) { /* 二元运算符 "/ , %" 9除以2=4....1 */ System.out.println( 阅读全文
posted @ 2022-03-17 15:24 chaplu 阅读(11) 评论(0) 推荐(0)
摘要: protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { //获取流对象之前,设置流的默认编码,ISO-8859-1设置为GBK res 阅读全文
posted @ 2022-03-17 15:22 chaplu 阅读(335) 评论(0) 推荐(0)