Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディスプレイの値を次のように変更する方法はありますか。
$100.25 ~ 10025
支払いゲートウェイを通過するには、これがこの形式である必要があります。
String.deleteメソッドを使用できます。
"$100.25".delete("$.") => 10025