📄 listing8-08_foreach.txt
字号:
// use the //#foreach directive to iterate over several subvalues of a variable.
// Those values need to be separated by commas.
String format;
//#foreach format in polish.SoundFormat
format = "${ lowercase( format ) }";
System.out.println( "The audio-format " + format + " is supported." );
//#next format
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -