Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件名:“אפיון הפצת UCM.doc”。
当我从右到左编写文件时,它显示:“UCM.doc אפיון הפצת”
有没有办法排列字符串,以便文件扩展名出现在字符串的末尾。
而不是“UCM.doc אפיון הפצת”,“doc.UCM אפיון הפצת”。
谢谢。
据我了解,您对在 Eclipse 或其他 Java IDE 中输入感到困惑。如果您在 Windows 上,只需在记事本中写入您想要的字符串,然后将其复制并粘贴到 java IDE 中。Microsoft 完全按照您的预期支持 RTL。