文字列を代入する時に改行やタブをたくさん入れたい時の小技
833 ワード
for 変数 in 開始値 ... 終了値 {
// ステートメント
}
こういう文字列を変数に代入して出力したい時、
こんな風に書いてました。醜い・・・。
let string = """
ここに入れたい文字列をかく。
こんな風にタブ入力が可能になる。
ここにかくことはできない。"""の後以降にかけば認識される。
"""
Author And Source
この問題について(文字列を代入する時に改行やタブをたくさん入れたい時の小技), 我々は、より多くの情報をここで見つけました https://qiita.com/y_mayumi/items/ca1fac55f697ae2911eb著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .