获得徽章 0
赞了这篇文章
赞了这篇文章
赞了这篇文章
闲来无聊,用SQL语句生存html
select
'zh-cn' as '@language',
'font-size:16px' as '@style',
(select '24' as '@size', 'default' as title for xml path('head'),type),
(select '24' as '@size', 'article content' as article for xml path('body'),type)
for xml path('html'),type
生成html
<html language="zh-cn" style="font-size:16px">
<head size="24">
<title>default</title>
</head>
<body size="24">
<article>article content</article>
</body>
</html>
select
'zh-cn' as '@language',
'font-size:16px' as '@style',
(select '24' as '@size', 'default' as title for xml path('head'),type),
(select '24' as '@size', 'article content' as article for xml path('body'),type)
for xml path('html'),type
生成html
<html language="zh-cn" style="font-size:16px">
<head size="24">
<title>default</title>
</head>
<body size="24">
<article>article content</article>
</body>
</html>
展开
评论
点赞
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇沸点
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
![[发怒]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_12.0f24f23.png)