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.
为了实现 calture,我使用 javascript 全局资源 lang 文件显示错误消息,但我没有像在 HTML 中那样在 javascript 文件中获取资源消息,我使用以下语法得到它:
像这样使用:
var validationText = '<%= GetGlobalResourceObject("Resource","ConfirmRemove") %>';