qweasd laya.display.Text.RightToLeft = true; let text = new laya.display.Text(); text.text = "abc"; text.fontSize = 60; Laya.stage.addChild(text); laya.display.Text.RightToLeft = true;加上这句后显示如图