2016-10-04 5 views

答えて

0

https://github.com/sevensc/typescript-string-operations

のいずれかを使用テンプレート文字列 - >https://basarat.gitbooks.io/typescript/content/docs/template-strings.html

か、クラスAが書いた使用することができます - >String.Format not work in TypeScript

またはNPMパッケージを使用してください。

https://www.npmjs.com/package/typescript-string-operations

var value = String.Format("{0:L}", "APPLE"); //output "apple"

関連する問題