This is the easiest way to convert long to string in java. long l = 123L; String str = l+""; // str is '123'. Long.toString().
確定! 回上一頁