0
當我嘗試在一個網址上分享一個網址的網址時:example.com:81/this/that
它失敗了,我得到了一個像http://81/this/that
的網址。Facebook與自定義端口分享鏈接
我使用django和共享器的urlencode過濾器。
當我嘗試在一個網址上分享一個網址的網址時:example.com:81/this/that
它失敗了,我得到了一個像http://81/this/that
的網址。Facebook與自定義端口分享鏈接
我使用django和共享器的urlencode過濾器。
您是否嘗試過提供正確的網址:http://example.com:81/this/that
這是由於它 – maazza