わんくま
同盟
大阪勉強会
#4
String.Format
をつかえ
•
String.format
は
.NET
の
System.String.Format
のようなもの。
•
•
String.format('NAME={0},Age={1}',
$get('TextBox1').value,
$get('TextBox3').value))
•
→
•
NAME=NAKA,Age=30