摘要: /*实现的功能:方块旋转(W键)、自动下落、移动(ASD)、消行、快速下落(空格键)、下落阴影、游戏结束。*/ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>俄罗斯方块</title> <style type="text/cs 阅读全文
posted @ 2020-09-21 19:54 残冰辉 阅读(4180) 评论(0) 推荐(0)
摘要: HTML代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/ok.css" rel="external nofollow" > <title 阅读全文
posted @ 2020-09-21 19:51 残冰辉 阅读(872) 评论(1) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>JS实现放大镜效果</title> <style> #small{ width: 700px; height: 340px; position: absolut 阅读全文
posted @ 2020-09-21 19:44 残冰辉 阅读(170) 评论(0) 推荐(0)
摘要: //普通委托 DeleteShow ds = new DeleteShow(ShowName); Console.WriteLine(" "); Console.WriteLine("普通委托 请输入用户名:"); string Name = Console.ReadLine(); Console. 阅读全文
posted @ 2020-09-21 10:21 残冰辉 阅读(867) 评论(0) 推荐(0)
摘要: Frontpage的回车键有三种:enter、shift+enter、ctrl+enter。 enter键对应于HTML中的<p></p>,是一个段落的分界符。 shift+enter才是换行符,对应于HTML中的<br>,其实就是frontpage中“插入>>换行符”的快捷键。 对于以上两者的区别 阅读全文
posted @ 2020-09-21 10:15 残冰辉 阅读(544) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>告警按钮</ 阅读全文
posted @ 2020-09-21 10:10 残冰辉 阅读(244) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>电视剧详情页面</title> <style type="text/css"> .c{ background: white; width: 360px; margi 阅读全文
posted @ 2020-09-21 08:29 残冰辉 阅读(284) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>热门活动页面</title> <style type="text/css"> #list{ width: 680px; margin: 0px auto; over 阅读全文
posted @ 2020-09-21 08:26 残冰辉 阅读(1650) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>QQ会员页面导航</title> <style type="text/css"> body{ margin:0; padding: 0;} #list{ width 阅读全文
posted @ 2020-09-21 08:23 残冰辉 阅读(2272) 评论(0) 推荐(0)