雙重for循環打印九九乘法表

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>document</title> </head> <body> <script> document.write("<table border='1'>") for(var a=0;a<10;a++){ document.write("<
相關文章
相關標籤/搜索