TGTGInsighttelegram intelligenceLIVE / telegram public index
← Bookmark
Bookmark avatar

TGINSIGHT POST

Post #1733

@bookmarktutorial

Bookmark

Views886帖子阅读量
发布8月27日2022/08/27 01:40
Post content

帖子内容

http://中双斜杠//有什么用? const int http=1; const int https=2; const int ws=3; const int wss=4; switch protocol { case http://example.com break; case https://example.com break; case ws://example.com break; case wss://example.com break; default: break; } #语言大师