jquery.i18n.properties前端国际化解决方案“填坑日记”
但现在的情况是老的项目并没有使用这类架构。说起国际化,博主几年前就做过,在MVC里面实现国际化有通用的解决方案,主要就是通过资源文件的方式定义多语言。最初接到这个任务,并没有太多顾虑,毕竟这种东西有很成熟的解决方案,实现起来难点不会很大。可当真正动起来手来去实现的时候发现一些问题,这里先介绍下我们老平台的架构:MVC+WebApi,MVC项目负责页面渲染,webapi负责数据接口,是一种很传统的架构方式。国际化主要在MVC端去做就好了,可是由于MVC项目里面使用了大量第三方bootstrap组件,几乎95%的组件都是通过js去实现的,比如bootstrapTable,比如bootstrap-select,比如bootstrap-fileinput。如果按照传统的方式,仅仅在MVC里面去实现国际化,那么大量的js代码里面的中文没法统一处理,并且很多第三方组件有自己的本地化local文件,和后端的国际化很难统一处理;可能有人又说,那就前后端分开国际化呗,这种方案博主真的想过,但是想到要维护两套资源文件,果断放弃。最后还是决定直接维护一套,做前端国际化好了。于是在网上搜索基于jquery的国际化,千篇一律,几乎都说的是jquery + jquery.i18n.properties这种方案,既然大家都这么选型,那博主也按照这种思路去做好了。
在实现的过程中,有很多值得注意和分享的东西,在此写一个填坑笔记,希望对大家有帮助!接下来,博主就一步一步带领大家解决这个过程中遇到的一些坑,如果有这个需求的童鞋可以关注下,可能这些问题你也会遇到。
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681832
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681837
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681842
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681844
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685551
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685556
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685558
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685561
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685563
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685566
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685568
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685570
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689198
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689201
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689203
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689205
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689208
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689210
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689213
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689215
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689220
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692856
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692859
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692861
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692864
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692866
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692869
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692871
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692873
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692876
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692878
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681866
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681869
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681871
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681874
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681876
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681878
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681881
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681883
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685547
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685552
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685557
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685559
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685562
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685564
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685566
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685569
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689180
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689182
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689185
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506689184
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689206
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689209
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689211
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689213
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689216
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689225
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692855
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692857
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692860
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692862
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692869
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692872
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692874
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692876
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681805
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681808
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681810
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681817
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681820
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506681805
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681817
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681819
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681824
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685527
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685530
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685532
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685534
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685537
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685539
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685542
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681835
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681845
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681847
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681850
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681852
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681855
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681857
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689230
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689235
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689238
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689240
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685532
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685534
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685539
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685544
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685546
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685551
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685526
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685531
http://buluo.qq.com/p/detail.html?bid=393816&pid=8420929-1506685527
http://buluo.qq.com/p/detail.html?bid=393816&pid=8420929-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681848
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681851
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681865
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681868
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681870
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681873
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681875
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681877
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681880
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681882
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685517
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685520
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685522
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685525
http://buluo.qq.com/p/detail.html?bid=393816&pid=74001-1506689246
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506681862
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506681864
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685526
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685531
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685533
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685538
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692862
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685545
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685557
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685560
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685562
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681845
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681848
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681850
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681853
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681819
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681824
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681826
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681809
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681811
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681816
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681818
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681823
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681830
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689186
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689188
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689191
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689193
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689195
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689198
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689200
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685538
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685540
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685545
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685552
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685558
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689204
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689207
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689209
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689211
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689214
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689216
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689219
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689229
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689231
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689236
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689238
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689241
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689243
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689245
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681844
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681849
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681851
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681854
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681856
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681858
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681861
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506689247
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506689250
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681818
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681820
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681830
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681832
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681823
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681826
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689220
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689225
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689230
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689235
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689237
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689240
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689242
http://buluo.qq.com/p/detail.html?bid=393816&pid=1181807-1506685516
jquery.i18n.properties前端国际化解决方案“填坑日记”的更多相关文章
- 前端系列——jquery.i18n.properties前端国际化解决方案“填坑日记”
前言:最近,新的平台还没有开发完成,原来的老项目又提出了新的需求:系统国际化.如果是前后端完全分离的开发模式,要做国际化,真的太简单了,有现成的解决方案,基于Node构建的时下热门的任何一种技术选型都 ...
- 前端系列——jquery前端国际化解决方案“填坑日记”
前言:最近,新的平台还没有开发完成,原来的老项目又提出了新的需求:系统国际化.如果是前后端完全分离的开发模式,要做国际化,真的太简单了,有现成的解决方案,基于Node构建的时下热门的任何一种技术选型都 ...
- jquery.i18n.properties前端国际化方案
如果新项目要做系统国际化, 时下热门的任何一种技术选型都有成熟的方案,比如: vue + vue-i18n angular + angular-translate react + react-intl ...
- Web前端国际化之jQuery.i18n.properties
Web前端国际化之jQuery.i18n.properties jQuery.i18n.properties介绍 国际化是如今Web应用程序开发过程中的重要一环,jQuery.i18n.propert ...
- 使用 jQuery.i18n.properties 实现 Web 前端的国际化
jQuery.i18n.properties 简介 在介绍 jQuery.i18n.properties 之前,我们先来看一下什么是国际化.国际化英文单词为:Internationalization, ...
- jQuery之前端国际化jQuery.i18n.properties
jQuery.i18n.properties是一款轻量级的jQuery国际化插件,能实现Web前端的国际化. 国际化英文单词为:Internationalization,又称i18n,"i& ...
- 【转】jQuery之前端国际化jQuery.i18n.properties
jQuery之前端国际化jQuery.i18n.properties 基于jQuery.i18n.properties 实现前端页面的资源国际化 jquery-i18n-properties
- jQuery之前端国际化jQuery.i18n.properties[转]
http://www.ibm.com/developerworks/cn/web/1305_hezj_jqueryi18n/ jQuery.i18n.properties是一款轻量级的jQuery国际 ...
- jQuery国际化插件 jQuery.i18n.properties 【轻量级】
jQuery.i18n.properties是一款轻量级的jQuery国际化插件,能实现Web前端的国际化. 国际化英文单词为:Internationalization,又称i18n,“i”为单词的第 ...
随机推荐
- Java温故而知新-插入排序
插入排序 插入排序的基本思想是将待排序的元素依次插入序列合适的位置,然后将这个位置后面的元素依次向后移动一位 位置1 2 3 4 5 6 序列5 4 2 1 8 3 设第1位为最初始的基础元素,也就是 ...
- JavaScrpt笔记之第三天
1.JavaScriot代码规范 代码规范通常包括以下几个方面: 变量和函数的命名规则 空格,缩进,注释的使用规则. 其他常用规范-- 规范的代码可以更易于阅读与维护. 2.命名规则 一般很多代码语言 ...
- SVG坐标系统及图形变换
前面的话 前面介绍过SVG视野后,本文将开始介绍SVG坐标系统及图形变换 坐标定位 对于所有元素,SVG使用的坐标系统或者说网格系统,和Canvas用的差不多(所有计算机绘图都差不多).这种坐标系统是 ...
- mqtt实现自动监听服务器消息
本示例借助meteor的一个环境跑,和我们平时用的node自己搭的环境或java,php的环境本质一样,在此不多讨论. 首先需求是:多系统对接进行消息实时传递. 安装好mqtt: npm insta ...
- vue中数据双向绑定的实现原理
vue中最常见的属v-model这个数据双向绑定了,很好奇它是如何实现的呢?尝试着用原生的JS去实现一下. 首先大致学习了解下Object.defineProperty()这个东东吧! * Objec ...
- python--对于装饰器的理解
1.首先,有个原来写好的函数,完成一定的功能,比如下面的,就打印一句话(某程序被调用).简单点,容易帮我们想清楚程序是怎么执行的. ''' 原函数 ''' def fun1(): print(&quo ...
- JAVA课程设计
博客作业教学数据分析系统(From:网络五条狗) 通过网络爬虫技术,将每位同学的分数链接爬到数据库,并根据每位同学该次作业的分数链接,获取该次作业的浏览量.评论量.图片数等信息,接着根据Java班级博 ...
- 201521123068《Java程序设计》第1周学习总结
1. 本周学习总结 Java是各个应用平台的基础,学习了解Java SE以奠定基础: 使用Myeclipse 或者Eclipse 进行编程: Java语言具有平台无关性.面对对象(封装.继承.多态). ...
- 201521123029《Java程序设计》第1周学习总结
1. 本周学习总结 1.认识了Java的发展: 2.Java语言的特点,简单性和结构中立: 3.了解到了JDK.JRE,JVM: 4.学习Java数据类型分类,如整形,char型等. 2. 书面作业 ...
- Java课程设计—学生成绩管理系统
一. 团队名称.团队成员介绍(需要有照片) 团队名称:进击的712 团队成员 杨雪莹[组长] 201521123005 网络1511 林楚虹 201521123002 网络1511 董美凤 20152 ...