By defining our own "rjust" function that uses wcwidth, we can correct this: >>> def wc_rjust(text, length, padding=' '): ... from wcwidth import wcswidth ...
確定! 回上一頁