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.
我正在使用 PHP 的 setlocale(LC_TIME, country) 将服务器的语言环境临时设置为西班牙语 (es_ES.utf8) 或法语 (fr_FR.utf8)。
然后我使用 strftime() 以所选语言环境的语言打印出日期。
在通过刷新页面并回显它来测试 setlocale 之后,它没有设置一半的时间,而是以英文显示日期作为后备。
是否有任何原因导致 setlocale 不能 100% 工作。它需要正常工作。
Chrome 缓存问题。
始终在开发人员工具栏中关闭 chrome 的缓存进行开发。