07 2021 档案
摘要:作业 // 打印菱形、空心菱形,行数做参数 function rhombus(rowCout) { if (rowCout <= 0 || rowCout % 2 == 0) { return; } for (i = 1; i <= rowCout; i++) { let line = ' '; l
阅读全文
摘要:HTML5 常见简单布局 界面见下图↓ 以下为代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta n
阅读全文

浙公网安备 33010602011771号