九九乘法表 妖狐艹你老母 2022-07-24 03:25 197阅读 0赞 ![Center][] <script type="text/javascript"> for(var a=1;a<=9;a++){ for(var j=1;j<=a;j++){ // document.writeln(j+'*'+a+'='+a*j); // document.writeln("<h4>"+j+'*'+a+'='+j*a+"</h4>"); if(a%2==0){ document.writeln("<font color='blue'>"+j+'*'+a+'='+a*j+"</font>"); } else{ document.writeln("<font color='red'>"+j+'*'+a+'='+a*j+"</font>"); } } document.writeln("<br>"); } </script> [Center]: /images/20220722/d2ce6fb5d2ab44dd99204cbb830b0d21.png
相关 九九乘法表 1.代码实现 for (int i = 1; i <= 9; i++) { for (int j = 1; j <= i; j++ 男娘i/ 2024年03月25日 02:47/ 0 赞/ 8 阅读
相关 九九乘法表 九九乘法表 public class Java { public static void main(String[] args) { Sys 向右看齐/ 2023年01月03日 04:13/ 0 赞/ 136 阅读
相关 九九乘法表 include<stdio.h> int main() { int i=1, j=1; while(i<=9) 待我称王封你为后i/ 2022年11月07日 13:13/ 0 赞/ 192 阅读
相关 九九乘法表 打印九九乘法表 / 打印九九乘法口诀表 / public void nineNineMulitTable(){ 左手的ㄟ右手/ 2022年10月30日 14:28/ 0 赞/ 196 阅读
相关 九九乘法表 <html> <head> <style> table\{ border-collapse: collapse; Bertha 。/ 2022年08月21日 03:19/ 0 赞/ 203 阅读
相关 九九乘法表 public class test28\{ public static void main(String\[ \] args)\{ for(int i=1;i<=9 傷城~/ 2022年06月04日 03:17/ 0 赞/ 237 阅读
相关 九九乘法表 > 九九乘法表 关键代码 for(int j=1;j<=i;j++)\{ 总的代码 public class jiujiu 阳光穿透心脏的1/2处/ 2022年06月02日 08:26/ 0 赞/ 235 阅读
相关 九九乘法表 九九乘法表 算法很简单,主要是输出控制问题。 JAVA语言版 public class 九九乘法表 { / @param arg 怼烎@/ 2022年03月25日 03:54/ 0 赞/ 268 阅读
还没有评论,来说两句吧...