您好,欢迎来到[编程问答]网站首页   源码下载   电子书籍   软件下载   专题
当前位置:首页 >> 编程问答 >> 移动开发 >> 自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"

自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"

来源:网络整理     时间:2016/6/30 1:46:46     关键词:

关于网友提出的“ 自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"”问题疑问,本网通过在网上对“ 自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题: 自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"
描述:

测试的时候一直用 click
今天用了一下 view 并填写了 url
就出现错误
{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"} 
要求必须用 utf-8?
读取 配置文件 的代码 已经用了 utf-8


Public Shared Function Read(ByVal Path As String) As String
            Dim result As String = String.Empty
            Using fs As FileStream = New FileStream(Path, FileMode.Open, FileAccess.Read)
                Dim reader As StreamReader = New StreamReader(fs, Encoding.UTF8)
                result = reader.ReadToEnd()
            End Using
            Return result
        End Function

以上介绍了“ 自定义菜单 返回错误{"errcode":65318,"errmsg":"must use utf-8 charset hint: [l7S0924vr20]"”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/2159187.html

相关图片

相关文章