作者CodingMan ()
看板AppsForBBS
標題[問題] 使用Websocket連線PTT 如何取得 utf8字串
時間Tue Sep 4 08:56:09 2018
如標題
我目前使用以下程式碼對 PTT 連線
options = {}
options.origin = '
https://webptt.com/m.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/m.aspx?n=bbs/AppsForBBS/M.1536022576.A.DA9.html
1F:推 holishing: 可以在輸入自己帳號時,後面再加 , 喔 09/04 09:20
2F:→ CodingMan: 謝謝 09/05 00:33