摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>金字塔</title> <style type="text/css"> body{ font-size: 30px; } .empty{ display: inline-block 阅读全文
posted @ 2019-08-18 15:26 牧牛人Alec 阅读(1129) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>九九乘法表</title> <style type="text/css"> ul,li{ margin: 0; padding: 0; list-style-type: none; } span{ display: inline-block; width: 100px; heig 阅读全文
posted @ 2019-08-18 14:38 牧牛人Alec 阅读(543) 评论(0) 推荐(0)
摘要: //实现斑马线表格 //方法1: document.write(''); for(var i=1; i'); }else{ document.write(''); } for(var j=1; j单元格' + j + ''); } document.write(''); } document.write(''); //方... 阅读全文
posted @ 2019-08-18 13:00 牧牛人Alec 阅读(751) 评论(0) 推荐(0)