idle
当前离线
狐狸仔
- 最后登录
- 2021-08-09
- 注册时间
- 2019-11-2
- 精华
- 0
- 帖子
- 4
- 声望
- 0
- 经验
- 82
- 贡献
- 0
- 积分
- 82
|
只有win下才会,用 linux 版没有问题
- <!DOCTYPE html>
- <html lang="zh_cn">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <style type="text/css">
- img {
- max-width: 100%;
- vertical-align: middle;
- }
- p {
- font-size: 18px;
- }
- </style>
- <title>SVG Test</title>
- </head>
- <body>
- <p>若 <img src="https://www.zhihu.com/equation?tex=X"> 上的预层 <img src="https://www.zhihu.com/equation?tex=%5Cmathscr%7BF%7D"> 满足: 对任意 <img src="https://www.zhihu.com/equation?tex=s_U+%5Cin+%5Cmathscr%7BF%7D%28U%29%2C+s_V+%5Cin+%5Cmathscr%7BF%7D%28V%29"> , 若有 <img src="https://www.zhihu.com/equation?tex=s_U+%7C_%7BU+%5Ccap+V%7D+%3D+s_V%7C_%7BU+%5Ccap+V%7D"> 则唯一存在 <img src="https://www.zhihu.com/equation?tex=s+%5Cin+%5Cmathscr%7BF%7D%28U+%5Ccup+V%29"> 使得 <img src="https://www.zhihu.com/equation?tex=s%7C_U+%3D+s_U%2C+s%7C_V+%3D+s_V"> , 则称为 <img src="https://www.zhihu.com/equation?tex=X"> 上的层.</p>
- </body>
- </html>
复制代码 |
|