For Java services an easy trick is to just use concat to convert numeric types to string. int a = 123; String s = a+“”;. Another thing to keep ...
確定! 回上一頁