일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 日本語
- C로 시작하는 컴퓨터 프로그래밍4판
- DART
- vscode
- Spring
- rails7
- Web
- rails
- 単語
- CSS
- メソッド
- 디지몬
- 비즈니스일본어
- 一日一つメソッド
- java
- ruby
- Python
- 건담
- 건담베이스
- Flutter
- nico
- 인프런
- 연습문제
- jsp
- 일본어
- html
- 반다이몰
- springboot
- javascript
- 자바
Archives
- Today
- Total
목록文字列 (1)
AR삽질러
Ruby 文字列
Ruby 文字列 文字列はTextを表現するために使う シングルクォートとダブルクォート - 特殊文字や式展開を使う時 : " " - それ以外の時 : ' ' 単純文字列 'abc', "abc" : 両方とも文字列を表す 特殊文字 \n : new lineを意味する "Ruby\nProgramming" : " "(DoubleQuotes)では使える 'Ryby\nProgramming' : ' '(Single Quotes)ではできない 文字列 Interpolation pust "My name is #{first_name} #{last_name}" : 特殊文字と同様に " "(DoubleQuotes)では使える pust 'My name is #{first_name} #{last_name}' : 特殊文字と同様に ' '(Single Quote..
Ruby/Ruby-日本語
2023. 12. 13. 20:18