当text-align用JavaScript“ justify”时,如何设置块或最后一行在强制换行之前的对齐方式?
使用JavaScript中的textAlignLast 属性将最后一行设置为right。将其设置为正确并允许正确对齐。
示例
您可以尝试运行以下代码,以返回文本的对齐方式是通过JavaScript“对齐”时,强制换行之前的块或最后一行的对齐方式-
<!DOCTYPE html>
<html>
<head>
<style>
#myDIV {
text-align: justify;
}
</style>
</head>
<body>
<div id = "myText">
This is demo text. This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text. This is demo text.
</div>
<button onclick = "display()"> Set Alignment </button>
<script>
function display() {
document.getElementById("myText").style.textAlignLast = "right";
;
}
</script>
</body>
</html>热门推荐
10 初八的祝福语简短
11 今年节日祝福语简短
12 老婆生日祝福语短句简短
13 酒店客人祝福语简短
14 老师新婚快乐祝福语简短
15 五二零朋友祝福语大全简短
16 工人生日祝福语简短
17 侄儿生日祝福语简短独特
18 简短创意祝福语有什么