問題:發訊息在某段文字中以後會有錯誤。初判是特殊字元。長度並沒有超過發送限制。
解法:移除 CHAR(9):Tab 字元後正常。
No data is available for encoding 950. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method
參考:
問題:瀏覽器可以正常取得JSON資料,但使用C# HttpClient取資料,執行緩慢。