这是一个简单的JSP页面。

<%

JSP文件格式化实例教程让你的代码更整洁、易读  第1张

int a = 10;

int b = 20;

int sum = a + b;

out.println("