ppwjs之bootstrap文字排版:创建增大字号元素

<!DOCTYPT html>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<title>ppwjs欢迎您</title>
		<link rel="icon" href="/favicon.ico" type="image/x-icon" />
	</head>
	<body>
	</body>
	<script src="/jsVersionControl.js" charset="utf-8" type="text/javascript"></script>
	<script src="/lib/_sys_ppwjsmain.js" charset="utf-8" type="text/javascript"></script>
	<script charset="utf-8" type="text/javascript">引入("/index.js",$真)</script>
</html>
//程序开始
引入(_sys_bootstrap4_all_addr + ".js",$真);
 
var 增大字号文本 = bootstrap4.创建增大字号元素("我在中间,我要增大。").取整体代码();
var 标题1文本 = "我是标题1(h1)文本。" + 增大字号文本 + "我也是标题1(h1)文本。";
var 标题1 = 标题1文本.到标题元素();
加到主体(标题1);

猜你喜欢

转载自blog.csdn.net/iouioupp/article/details/82809711