本文介绍了在Javascript中进行RTL确认和警报的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你能否确认
或提醒
显示其消息RTL并右对齐?
Can you make a confirm
or alert
show its message RTL and right-aligned?
推荐答案
编程方式为no,但用户的机器文化设置应该确定它的呈现方式,至少在所有当前浏览器中都是如此。我不知道一个全面的谁支持它列表。
Programmatically no, but the user's culture setting for their machine should determine which way it's presented, at least in all current browsers. I'm not aware of a comprehensive "who supports it" list though.
这篇关于在Javascript中进行RTL确认和警报的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!