jquery-weui icon indicating copy to clipboard operation
jquery-weui copied to clipboard

为什么简单的内容中文部分显示的时候都是乱码?

Open Amamatthew opened this issue 7 years ago • 3 comments

` //显示一个对话框 $.alert("我是一个对话框");

  //弹出一个actionsheet
  $.actions({
    actions: [{
      text: "编辑",
      onClick: function() {
        //do something
      }
    },{
      text: "删除",
      onClick: function() {
        //do something
      }
    }]
  });
</script>`

Amamatthew avatar May 10 '17 07:05 Amamatthew

是文件自身的编码格式的问题,以无BOM UTF-8格式保存即可

Amamatthew avatar May 10 '17 07:05 Amamatthew

这个我也遇到了,你在浏览器端打开js文件,然后把文件改成utf-8,在保存,引入项目即可

weirui88888 avatar Nov 11 '17 05:11 weirui88888

文件是utf-8,部署后仍出现中文乱码 怎么办

donggaina avatar Dec 19 '18 06:12 donggaina