diff --git a/Bench4Q-Web/src/main/webapp/script/Share/loadProperties.js b/Bench4Q-Web/src/main/webapp/script/Share/loadProperties.js new file mode 100644 index 00000000..5495a612 --- /dev/null +++ b/Bench4Q-Web/src/main/webapp/script/Share/loadProperties.js @@ -0,0 +1,11 @@ +$(function(){ + loadProperties(); +} +); +function loadProperties(){ + jQuery.i18n.properties({// 加载资浏览器语言对应的资源文件 + name:'i18n', // 资源文件名称 + path:'i18n/', // 资源文件路径 + mode:'map', // 用 Map 的方式使用资源文件中的值 + } ); + } \ No newline at end of file