第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Go 中是否有 Python 的 `dir()` 和 `help()` 之類的實(shí)用程序?

Go 中是否有 Python 的 `dir()` 和 `help()` 之類的實(shí)用程序?

Go
一只甜甜圈 2022-07-18 16:19:48
使用 Python,我們可以像這樣使用dir()和help():>>> import random>>> dir(random)['BPF', 'LOG4', 'NV_MAGICCONST', 'RECIP_BPF', 'Random', 'SG_MAGICCONST', 'SystemRandom', 'TWOPI', '_BuiltinMethodType', '_MethodType', '_Sequence', '_Set', '__all__', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', '_acos', '_bisect', '_ceil', '_cos', '_e', '_exp', '_inst', '_itertools', '_log', '_os', '_pi', '_random', '_sha512', '_sin', '_sqrt', '_test', '_test_generator', '_urandom', '_warn', 'betavariate', 'choice', 'choices', 'expovariate', 'gammavariate', 'gauss', 'getrandbits', 'getstate', 'lognormvariate', 'normalvariate', 'paretovariate', 'randint', 'random', 'randrange', 'sample', 'seed', 'setstate', 'shuffle', 'triangular', 'uniform', 'vonmisesvariate', 'weibullvariate']>>> help(random.randint)Help on method randint in module random:randint(a, b) method of random.Random instance    Return random integer in range [a, b], including both end points.是否有 Pythondir()和help()Go 之類的實(shí)用程序?
查看完整描述

1 回答

?
慕雪6442864

TA貢獻(xiàn)1812條經(jīng)驗(yàn) 獲得超5個(gè)贊

你尋求的是go doc。


go doc fmt.Printf

當(dāng)前產(chǎn)生輸出:


package fmt // import "fmt"


func Printf(format string, a ...interface{}) (n int, err error)

    Printf formats according to a format specifier and writes to standard

    output. It returns the number of bytes written and any write error

    encountered.

您可能還對(duì)godoc感興趣,它將為您的 GOPATH 中的任何內(nèi)容生成文檔,甚至可以運(yùn)行 http 服務(wù)器在本地瀏覽它。


查看完整回答
反對(duì) 回復(fù) 2022-07-18
  • 1 回答
  • 0 關(guān)注
  • 264 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)