关于网友提出的“ 自定义菜单 返回错误{"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