JAVA 2018-06-21

freemarker:

ftl传过来什么类型就是什么类型 和jsp不同,  如果要做运算 把string类型的后面 加 ?eval 就行了

${rep.bomPrice*rep.quantity?eval}


office操作 apache  poi 包  找maven : http://mvnrepository.com/  


String b="";
System.out.println(Double.parseDouble(b));
java.lang.NumberFormatException: empty String


猜你喜欢

转载自blog.csdn.net/qq_34319145/article/details/80757126