Comment utiliser la méthode ToString sur un entier pour afficher un caractère à 2 caractèresint i = 1; i.ToString() -> "01" instead of "1"Merci....
確定! 回上一頁