isinstance 函數是python內置函數,用來判斷一個對象是否是一個已知的類型,類似type 。語法isinstance object, classinfo 參數object 實例 ...
確定! 回上一頁