e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  前端框架

摘要:代码1: <!DOCTYPE html> <html> <head> <title>JinJa2 Demo</title> <link rel="stylesheet" href="{{url_for('static',filename='bootstrap4/css/bootstrap.css') 阅读全文
posted @ 2022-06-14 18:36 e媒网络技术团队 阅读(84) 评论(0) 推荐(0)

摘要:前端核心代码: @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Vue Add Test</title> <script sr 阅读全文
posted @ 2022-03-24 08:28 e媒网络技术团队 阅读(129) 评论(0) 推荐(0)

摘要:后台核心代码: public JObject Get(int a, int b) { var jo = new JObject(); jo.Add("sum", a + b); return jo; } 前台核心代码: @{ Layout = null; } <!DOCTYPE html> <htm 阅读全文
posted @ 2022-03-24 08:23 e媒网络技术团队 阅读(36) 评论(0) 推荐(0)

摘要:CSS 伪类用于向某些选择器添加特殊的效果。 CSS 伪元素用于向某些选择器添加特殊元素。 新建一个html文件,代码内容如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Class And Pseudo E 阅读全文
posted @ 2020-05-09 17:31 e媒网络技术团队 阅读(176) 评论(0) 推荐(0)

摘要:1.第一种方法:引入css,或者cdn css或者本地css <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Element</title> <link rel="stylesheet" type="text/cs 阅读全文
posted @ 2020-05-07 23:11 e媒网络技术团队 阅读(295) 评论(0) 推荐(0)

摘要:本技术包括:jquery.js 技术,bootstrap技术,html5的number控件技术等. 在上次基础上,增加了一个出题按钮,又增加了一个set.gif动画. 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title> 阅读全文
posted @ 2020-04-18 12:13 e媒网络技术团队 阅读(256) 评论(0) 推荐(0)

摘要:站点演示:点击-> 代码参考: https://files.cnblogs.com/files/exesoft/HtzdSite.zip 阅读全文
posted @ 2020-04-17 20:37 e媒网络技术团队 阅读(148) 评论(0) 推荐(0)

该文被密码保护。
posted @ 2020-04-13 17:10 e媒网络技术团队 阅读(170) 评论(0) 推荐(0)