在Python中提供了String format的操作符:[code="python"]print '%s: %d' % ('one', 1)[/code]在Java中则是通过String.format()方法 ...
確定! 回上一頁