在pycharm中運行如下代碼from IPython import embed a = 10 b = 20 embed(header='First time') c = 30 d = 40 embed() 運行結果如下:Python 3.
確定! 回上一頁