%d / %i, 十进制整数. %u, 过时的十进制使用方法. %o, 八进制整数. %x / %X, 十六进制整数 ... print 'Coordinates: {latitude}, {longitude}'.format(** ...
確定! 回上一頁