jsp打印99乘法表代码

jsp表达式模式:
复制代码代码如下所示:


<
对于(int = i 1;i < 9;i + +){
%>

<
对于(int = 1;j<9;j + +){
%>

<
如果(j i){
% < > %
别的}
%>

<
}
%>

<
}
%>



Javascript模式:
复制代码代码如下所示:




99乘法表

document.write();
对于(i = 1;i < 9;i + +){
document.write();
对于(j = 1;j<9;j + +){
如果(j i){
document.write(+我+*+ J += ++ i * j + )
别的}
document.write();
}
document.write();
}
document.write();