关于jquery.i18n.properties.js

网页国际化实现用到了jquery.i18n.properties.js

在开发过程中碰到最多的问题:Uncaught TypeError: Cannot read property 'length' of undefined  jquery.i18n.properties.js:274 

解决:路径问题 ---路径写错

jQuery.i18n.properties({ path: "xxxxxxxxxxxx"});

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

将网上的demo进行整合,资源如下:

https://download.csdn.net/download/u014773932/10709957

 

你可能感兴趣的:(前端)