作者CodingMan ()
看板AppsForBBS
标题[问题] 使用Websocket连线PTT 如何取得 utf8字串
时间Tue Sep 4 08:56:09 2018
如标题
我目前使用以下程式码对 PTT 连线
options = {}
options.origin = '
https://webptt.com/cn.aspx?n='
this.ws = new WebSocket('wss://ws.ptt.cc/bbs/', options)
可是回传回来一堆乱码,
参考了前人的程式码发现是需要将 big5uao 转换回 utf-8
请问有办法像 ssh
[email protected] 类似的方法
让 PTT 自己回传 utf-8 字串吗? 不然就只能自己转了 QQ
先谢谢各位了
--
https://i.imgur.com/B1kIMgR.png
写你的 PTT 机器人
https://github.com/Truth0906/PTTLibrary
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 59.124.167.226
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/AppsForBBS/M.1536022576.A.DA9.html
1F:推 holishing: 可以在输入自己帐号时,後面再加 , 喔 09/04 09:20
2F:→ CodingMan: 谢谢 09/05 00:33