引入jquery.i18n.properties-min.js
https://download.youkuaiyun.com/download/forlovehuan/10647497
<script type="text/javascript" src="js/jquery.i18n.properties-min.js">
</script>
function initpro(){
jQuery.i18n.properties({// 加载properties文件
name:'common', // properties文件名称
path:'/commonpro/', // properties文件路径
mode:'map', // 用 Map 的方式使用资源文件中的值
callback: function() {// 加载成功后设置显示内容
weburl=$.i18n.prop("weburl");//其中isp_index为properties文件中需要查找到的数据的key值
}
});
}
本文介绍如何使用jQuery插件加载国际化资源文件,并通过一个具体示例展示了如何初始化和使用这些资源文件。该过程涉及到了jQuery.i18n.properties插件的具体配置方法。
6887

被折叠的 条评论
为什么被折叠?



