import pkgutil def read(): data_bytes = pkgutil.get_data(__package__, 'data.txt') data_str =
確定! 回上一頁