帮我写一个蒙古文竖排从左到右书写的html输入界面
<!DOCTYPE html>
<html>
<head>
<title>蒙古文输入界面</title>
<style>
.mongolian-text {
writing-mode: vertical-rl;
text-orientation: upright;
}
</style>
</head>
<body>
<textarea class="mongolian-text" rows="10" cols="1"></textarea>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/iE0U 著作权归作者所有。请勿转载和采集!