Filed values changes unexpectedly using checkbox

半世苍凉 提交于 2019-12-02 02:49:16

For me it looks like encoding problem. Make sure that you use same view in both cases, and in both cases you have same encoding (I assume UTF-8):

<meta charset="utf-8">

in <head> section of your HTML.

Also make sure the file is saved in same encoding as you declared above.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!